Skip to content

Commit 362c529

Browse files
committed
docs: release doc update
1 parent ed15606 commit 362c529

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/releasing.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
These are notes for maintainers and not pertinent for users of this library.
44

5-
1. Commit all current changes
6-
2. Make sure to `git commit` and `git push` all in-flight changes
7-
3. `npm audit` and fix as needed
8-
4. `npm run check-updates` to look for updates; focus on production
5+
1. `npm audit` and fix as needed
6+
2. `npm run check-updates` to look for updates; focus on production
7+
3. `npm run oclif-readme` to update command documentation
8+
4. `npm run devlog` to add development notes
99
5. `npm run pre-commit` to make sure the compiled files are up to date
10-
6. `npm run oclif-readme` to update command documentation
11-
6. `npm run devlog` to add development notes
10+
6. Make sure to `git commit` and `git push` all in-flight changes
1211
7. `npm version VERSION -m "vX.X.X"` ([docs](https://docs.npmjs.com/cli/v10/commands/npm-version)) to update version in both files and create a tag in git
1312
8. `git push --follow-tags`
1413
9. Run `npm publish`

0 commit comments

Comments
 (0)