-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bjsion edited this page Feb 23, 2022
·
2 revisions
Welcome to the drinks-calculator wiki!
From your terminal do the following:
git fetch --all --prune
git pull --rebase
From your terminal do the following:
- Upgrade NPM if necessary
npm install -g npm@latest
- Fix any security issues if necessary
npm audit fix
- Find any obsolete dependencies:
npm outdated
- Update dependencies
npm update
Once you are ready to make a release do the following.
- Ensure master branch is built successfully
- Bump the package version and tag the release (use
major
|minor
|patch
):
npm version patch
- Push the change to Git
- Create a new release:
- Go to https://github.com/paneco/drinks-calculator/releases
- Click "Draft New Release"
- Select tag e.g. "v1.0.3"
- Publish the release