Skip to content

Commit 904b4e6

Browse files
committed
update changelog docs
1 parent b6444b3 commit 904b4e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ _These steps are only relevant to Sentry employees when preparing and publishing
8181
### Updating the Changelog
8282

8383
1. Create a new branch.
84-
2. Run `git log --format="- %s"` and copy everything since the last release.
84+
2. Run `yarn changelog` and copy all commits in the list.
8585
3. Create a new section in the changelog, deciding based on the changes whether it should be a minor bump or a patch release.
86-
4. Paste in the logs you copied earlier.
86+
4. Paste in the commits you copied earlier.
8787
5. Delete any which aren't user-facing changes.
8888
6. Alphabetize the rest.
8989
7. If any of the PRs are from external contributors, include underneath the commits `Work in this release contributed by <list of external contributors' GitHub usernames>. Thank you for your contributions!`. If there's only one external PR, don't forget to remove the final `s`. If there are three or more, use an Oxford comma. (It's in the Sentry styleguide!)
90-
8. Commit, push, and open a PR with the title `meta: Update changelog for <fill in relevant version here>`.
90+
8. Commit, push, and open a PR against `main` with the title `meta: Update changelog for <fill in relevant version here>`.

0 commit comments

Comments
 (0)