-
Notifications
You must be signed in to change notification settings - Fork 39
Home
ivmartel edited this page Apr 3, 2024
·
13 revisions
Welcome to the dwv-vue wiki!
For now the wiki is used to store unordered notes...
These are the steps needed to create a release.
- checkout
main:git checkout main - update:
git pull - update the version number to '#.#.#' in
package.json - commit:
git commit -a -m 'Release v#.#.#' - push:
git push origin main
- create a github release with the 'v#.#.#' tag on
main(this will trigger the CI and create the stable build on thegh-pagesbranch - checkout
gh-pages:git checkout gh-pages - update:
git pull - zip the
demo/stablefolder and add it to the release assets
- checkout
main:git checkout main - 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 main