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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/release-process.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
@@ -29,7 +29,7 @@ Every week:
29
29
1. Bump the version on master
30
30
1. Create a draft release with the release notes, following the format below
31
31
1. Upload a build created from the release branch
32
-
1. QA tests the release and logs any issues found in it. Issues are fixed on the next release unless they are related to the issues tjat are reported as fixed in the current release, and they are shipblockers.
32
+
1. QA tests the release and logs any issues found in it. Issues are fixed on the next release unless they are related to the issues that are reported as fixed in the current release, and they are shipblockers.
33
33
1. If the release requires fixes:
34
34
1. If the fix is reverting a PR, that doesn't have to be done on master, only on the release branch. Otherwise:
35
35
1. Create a branch from the release branch fork point (the commit that the release branch is based on)
@@ -51,18 +51,18 @@ The markdown format for release notes is below. This is what the project above g
51
51
```
52
52
# Release notes
53
53
54
-
[any special notes for the release go here, if needed]
54
+
[any special notes and/or funny/relevant image for the release here, if needed]
55
55
56
56
## Features
57
57
58
-
- #XXX - Title of issue (adjust for user comsumption if needed)
58
+
- #XXX - Title of issue (adjust for user consumption if needed)
59
59
60
60
## Enhancements
61
61
62
-
- #XXX - Title of issue (adjust for user comsumption if needed)
62
+
- #XXX - Title of issue (adjust for user consumption if needed)
63
63
64
64
## Fixes
65
65
66
-
- #XXX - Title of issue (adjust for user comsumption if needed)
66
+
- #XXX - Title of issue (adjust for user consumption if needed)
0 commit comments