Skip to content

Commit c77eff1

Browse files
authored
docs(release): Update publishing-a-release.md (#19982)
Docs here seem slightly out of sync Closes #19983 (added automatically)
1 parent 9dfbc7b commit c77eff1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/publishing-a-release.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
_These steps are only relevant to Sentry employees when preparing and publishing a new SDK release._
44

5-
These have also been documented via [Cursor Rules](../.cursor/rules/publishing-release.mdc).
5+
These have also been documented as a [skill](../.claude/skills/release/SKILL.md).
66

7-
You can run a pre-configured command in cursor by just typing `/publish_release` into the chat window to automate the steps below.
7+
You can run the `/release` skill in Claude Code or Cursor to automate the steps below.
88

99
**If you want to release a new SDK for the first time, be sure to follow the
1010
[New SDK Release Checklist](./new-sdk-release-checklist.md)**
@@ -20,9 +20,8 @@ You can run a pre-configured command in cursor by just typing `/publish_release`
2020
[Auto Prepare Release](https://github.com/getsentry/sentry-javascript/actions/workflows/auto-release.yml) on master.
2121
7. A new issue should appear in https://github.com/getsentry/publish/issues.
2222
8. Wait until the CI check runs have finished successfully (there is a link to them in the issue).
23-
9. Once CI passes successfully, ask a member of the
24-
[@getsentry/releases-approvers](https://github.com/orgs/getsentry/teams/release-approvers) to approve the release. a.
25-
Once the release is completed, a sync from `master` ->` develop` will be automatically triggered
23+
9. Once CI passes successfully, set the `accepted` label on the issue to approve the release.
24+
Once the release is completed, a sync from `master` -> `develop` will be automatically triggered
2625

2726
## Publishing a release for previous majors or prerelease (alpha, beta) versions
2827

0 commit comments

Comments
 (0)