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
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]>
Copy file name to clipboardExpand all lines: docs/publishing-a-release.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ _These steps are only relevant to Sentry employees when preparing and publishing
20
20
[@getsentry/releases-approvers](https://github.com/orgs/getsentry/teams/release-approvers) to approve the release. a.
21
21
Once the release is completed, a sync from `master` ->` develop` will be automatically triggered
22
22
23
-
## Publishing a release for previous majors
23
+
## Publishing a release for previous majors or prerelease (alpha, beta) versions
24
24
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
26
26
[semver](https://semver.org))
27
27
2. Create a branch, e.g. `changelog-8.45.1`, off a previous major branch (e.g. `v8`)
28
28
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
32
32
(as the commits already exist on this branch).
33
33
6. Once the PR is merged, open the [Prepare Release workflow](https://github.com/getsentry/sentry-javascript/actions/workflows/release.yml) and
34
34
fill in 
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`
0 commit comments