Skip to content

Commit 57e9654

Browse files
chargomemydea
andauthored
chore(docs): Add note on alpha releases to docs (#15741)
This just makes it a bit more disoverable for poor souls like me searching for "alpha" in this doc --------- Co-authored-by: Francesco Gringl-Novy <[email protected]>
1 parent fc0af38 commit 57e9654

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/publishing-a-release.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ _These steps are only relevant to Sentry employees when preparing and publishing
2020
[@getsentry/releases-approvers](https://github.com/orgs/getsentry/teams/release-approvers) to approve the release. a.
2121
Once the release is completed, a sync from `master` ->` develop` will be automatically triggered
2222

23-
## Publishing a release for previous majors
23+
## Publishing a release for previous majors or prerelease (alpha, beta) versions
2424

25-
1. Run `yarn changelog` on a previous major branch (e.g. `v8`) and determine what version will be released (we use
25+
1. Run `yarn changelog` on a previous major branch (e.g. `v8` or `9.7.0-alpha`) and determine what version will be released (we use
2626
[semver](https://semver.org))
2727
2. Create a branch, e.g. `changelog-8.45.1`, off a previous major branch (e.g. `v8`)
2828
3. Update `CHANGELOG.md` to add an entry for the next release number and a list of changes since the
@@ -32,9 +32,9 @@ _These steps are only relevant to Sentry employees when preparing and publishing
3232
(as the commits already exist on this branch).
3333
6. Once the PR is merged, open the [Prepare Release workflow](https://github.com/getsentry/sentry-javascript/actions/workflows/release.yml) and
3434
fill in ![run-release-workflow.png](./assets/run-release-workflow.png)
35-
1. The major branch you want to release for, e.g. `v8`
36-
2. The version you want to release, e.g. `8.45.1`
37-
3. The major branch to merge into, e.g. `v8`
35+
1. The major branch you want to release for, e.g. `v8` or `9.7.0-alpha`
36+
2. The version you want to release, e.g. `8.45.1` `9.7.0-alpha.1`
37+
3. The major branch to merge into, e.g. `v8` `9.7.0-alpha`
3838
7. Run the release workflow
3939

4040
## Updating the Changelog

0 commit comments

Comments
 (0)