-
Notifications
You must be signed in to change notification settings - Fork 18
Home
ivmartel edited this page Mar 27, 2024
·
8 revisions
Welcome to the dwv-angular wiki!
For now the wiki is used to store unordered notes...
These are the steps needed to create a release.
- checkout
master
:git checkout master
- update:
git pull
- update the version number to '#.#.#' in
package.json
- commit:
git commit -a -m 'Release v#.#.#'
- push:
git push origin master
- create a github release with the 'v#.#.#' tag on
master
(this will trigger the CI and create the stable build on thegh-pages
branch - checkout
gh-pages
:git checkout gh-pages
- update:
git pull
- zip the
demo/stable
folder and add it to the release assets
- checkout
master
:git checkout master
- update the version number to '#.#.#-beta.0' in
package.json
- commit:
git commit -a -m 'Bump version to v#.#.#-beta.0'
- push:
git push origin master