Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
ui
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ui
Commits
a9eac5cf
Commit
a9eac5cf
authored
2 years ago
by
Kasper Seweryn
🥞
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into 'wvffle/vui'
# Conflicts: # .gitlab-ci.yml # package.json
parents
3173d2df
af9203eb
No related branches found
No related tags found
1 merge request
!1
Implement all components
Pipeline
#23755
passed with stages
Stage: build
Stage: test
in 7 minutes and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
.npmrc
+1
-0
1 addition, 0 deletions
.npmrc
README.md
+7
-0
7 additions, 0 deletions
README.md
with
15 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
a9eac5cf
...
...
@@ -40,3 +40,10 @@ deploy:
-
rsync -r -e "ssh -p 2281" $CI_PROJECT_DIR/public/ ui@ui.funkwhale.audio:/htdocs/
only
:
-
main@funkwhale/vui
publish
:
stage
:
deploy
script
:
-
yarn publish --access public
only
:
-
tags
This diff is collapsed.
Click to expand it.
.npmrc
0 → 100644
+
1
−
0
View file @
a9eac5cf
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
This diff is collapsed.
Click to expand it.
README.md
+
7
−
0
View file @
a9eac5cf
...
...
@@ -31,3 +31,10 @@ yarn docs:dev
yarn docs:build
yarn docs:serve
```
### Release a new version
```
yarn version
git push --tags && git push
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment