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
7. Bump version for next beta: `npm version patch --no-git-tag-version` (e.g., 1.13.0 → 1.13.1)
56
-
8. Commit: `git add package.json package-lock.json && git commit -m "Increment version to vX.Y.Z"`
57
-
9. Push: `git push origin main` (confirm with user first)
58
-
10. Clean up any temp files created during the workflow (e.g., release notes temp file)
56
+
8. Update `CHANGELOG.md`: change the unreleased section header version to match the new version (e.g., `## [1.13.0] - Unreleased` → `## [1.13.1] - Unreleased`)
57
+
9. Commit: `git add package.json package-lock.json CHANGELOG.md && git commit -m "Increment version to vX.Y.Z"`
58
+
10. Push: `git push origin main` (confirm with user first)
59
+
11. Clean up any temp files created during the workflow (e.g., release notes temp file)
0 commit comments