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: CONTRIBUTING.md
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,18 +73,7 @@ Our different types of reviews:
73
73
_These steps are only relevant to Sentry employees when preparing and publishing a new SDK release._
74
74
75
75
1. Determine what version will be released (we use [semver](https://semver.org)).
76
-
2. Update [`CHANGELOG.md`](https://github.com/getsentry/sentry-javascript-bundler-plugins/edit/master/CHANGELOG.md) to add an entry for the next release number and a list of changes since the last release. (See details below.)
77
-
3. Run the [Prepare Release](https://github.com/getsentry/sentry-javascript-bundler-plugins/actions/workflows/release.yml) workflow.
78
-
4. A new issue should appear in https://github.com/getsentry/publish/issues.
79
-
5. Ask a member of the [@getsentry/releases team](https://github.com/orgs/getsentry/teams/releases/members) to approve the release.
80
-
81
-
### Updating the Changelog
82
-
83
-
1. Create a new branch.
84
-
2. Run `yarn changelog` and copy all commits in the list.
85
-
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 commits you copied earlier.
87
-
5. Delete any which aren't user-facing changes.
88
-
6. Alphabetize the rest.
89
-
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 against `main` with the title `meta: Update changelog for <fill in relevant version here>`.
76
+
2. Run the [Prepare Release](https://github.com/getsentry/sentry-javascript-bundler-plugins/actions/workflows/release.yml) workflow.
77
+
3. A new issue should appear in https://github.com/getsentry/publish/issues.
78
+
4. At this point, you can review the new changelog entry on the `relase/<version>` branch and make adjustments if necessary.
79
+
5. Start the release by adding the approval label on the publish issue
0 commit comments