Skip to content
Snippets Groups Projects
Commit a9eac5cf authored by Kasper Seweryn's avatar Kasper Seweryn 🥞
Browse files

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!1Implement all components
Pipeline #23755 passed with stages
in 7 minutes and 1 second
......@@ -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
.npmrc 0 → 100644
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
......@@ -31,3 +31,10 @@ yarn docs:dev
yarn docs:build
yarn docs:serve
```
### Release a new version
```
yarn version
git push --tags && git push
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment