-
Notifications
You must be signed in to change notification settings - Fork 18
Home
ivmartel edited this page Dec 30, 2021
·
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 the
master
branch - update the version number in
package.json
- commit and push to
master
- create the github release (this will trigger the CI and create the stable build on the
gh-pages
branch) - checkout the
gh-pages
branch - zip the the
demo/stable
folder and add it to the release assets
- checkout the
master
branch - update the version number in
package.json
- commit and push to
master