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: CLAUDE.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,8 +216,9 @@ The CLI supports three package ecosystems (mutually exclusive):
216
216
217
217
## Release Process
218
218
219
-
1. Update the `VERSION` file with a semantic version.
220
-
2. Update the README with the new version number.
221
-
3. Update the `changelog.txt file with changes against previous release. Use `git log --oneline v<PREVIOUSVERSION>..HEAD` to determine the changes to be added.
222
-
4. Commit VERSION and changelog.txt file adding the tag `[release]` in the commit comment first line.
223
-
5. Git push to upstream master branch.
219
+
1. Update the local Git repo and fetch latest tags
220
+
2. Update the `VERSION` file with a semantic version.
221
+
3. Update the README with the new version number.
222
+
4. Update the `changelog.txt file with changes against previous release. Use `git log --oneline v<PREVIOUSVERSION>..HEAD` to determine the changes to be added.
223
+
5. Commit VERSION and changelog.txt file adding the tag `[release]` in the commit comment first line.
0 commit comments