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
Then add `heeler prep` to package.json `scripts.prepublishOnly`.
16
-
17
15
Then add `pnpm exec heeler check` to your CI/CD configuration, to ensure every pull request has added to the changelog
18
16
19
17
To work with Github's actions/checkout, add the following to your Github workflow:
@@ -28,4 +26,4 @@ To work with Github's actions/checkout, add the following to your Github workflo
28
26
29
27
Whenever a user runs `git commit`, they will be prompted for whether the change is breaking, feature, or fix. A line is added to the CHANGELOG.md for all commits that are unpublished.
30
28
31
-
When publishing, the `heeler prep` command will update the CHANGELOG.md to have the correct version number and messages.
29
+
When publishing, run the `heeler prep` command to update the CHANGELOG.md to have the correct version number and messages.
0 commit comments