Skip to content

Commit

Permalink
Merge pull request #2 from REVrobotics/prepare-for-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Andrews authored Aug 3, 2021
2 parents b4f6237 + 5d21ad9 commit 792dcf8
Show file tree
Hide file tree
Showing 3 changed files with 1,456 additions and 1,429 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ update mode.

## Making a release

1. Update `version` field in `package.json`
2. Push to GitHub
3. Run `npm run publish`
1. Check out the `main` branch
2. Update `version` field in `package.json`
3. Run `npm install`
4. Commit change to git
5. Run `git tag v<version>`
6. Run `git push --tags`
7. Run `npm publish`

Loading

0 comments on commit 792dcf8

Please sign in to comment.