You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releasing.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,12 @@
2
2
3
3
These are notes for maintainers and not pertinent for users of this library.
4
4
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
9
9
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
12
11
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
0 commit comments