-
Checkout
master
and pull the latest -
Locally run
npm run release
-
Choose a new semver version number
-
In the background the following will now happen:
- the
package.json
version will be bumped - a new Git tag created
- version bump and tag pushed to
master
prod-release.yaml
will execute (due to package bump) to publish the new package version to the NPM registry- GitHub Release page will open
- the
-
Create a GitHub Release entry (opens in brower automatically)
-
Done!