Skip to content

Commit 792dcf8

Browse files
author
Noah Andrews
authored
Merge pull request #2 from REVrobotics/prepare-for-release
2 parents b4f6237 + 5d21ad9 commit 792dcf8

File tree

3 files changed

+1456
-1429
lines changed

3 files changed

+1456
-1429
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ update mode.
55

66
## Making a release
77

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

0 commit comments

Comments
 (0)