-
-
Notifications
You must be signed in to change notification settings - Fork 173
Release procedure
Marcel Klehr edited this page Oct 27, 2020
·
6 revisions
- Pass Acceptance tests: https://github.com/nextcloud/bookmarks/wiki/Acceptance-testing
- Assemble CHANGELOG and determine new version number
- Bump version of
- package.json
- info.xml
- Makefile
- run
make && make appstore
- Commit and tag changes as
vx.x.x
git push && git push --tags
- Wait for CI to pass
- Merge master into
stable
:git checkout stable && git merge master
- Create Release on github and upload build
- Submit release on apps.nextcloud.com