Skip to content

Commit

Permalink
docs: Update reference to auto-release workflow (#12616)
Browse files Browse the repository at this point in the history
Adds the correct link to the auto-release workflow.
  • Loading branch information
chargome authored Jun 24, 2024
1 parent 9e10ad6 commit 85debda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/publishing-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _These steps are only relevant to Sentry employees when preparing and publishing
4. Open a PR with the title `meta(changelog): Update changelog for VERSION` against `master` branch.
5. **Be cautious!** The PR against `master` should be merged via "Merge Commit"
6. When the PR is merged, it will automatically trigger the
[Prepare Release](https://github.com/getsentry/sentry-javascript/actions/workflows/release.yml) on master.
[Auto Prepare Release](https://github.com/getsentry/sentry-javascript/actions/workflows/auto-release.yml) on master.
7. A new issue should appear in https://github.com/getsentry/publish/issues.
8. Wait until the CI check runs have finished successfully (there is a link to them in the issue).
9. Once CI passes successfully, ask a member of the
Expand Down

0 comments on commit 85debda

Please sign in to comment.