Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit e6b693d

Browse files
authored
Update based on feedback
1 parent 999d49d commit e6b693d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Every week:
2929
1. Bump the version on master
3030
1. Create a draft release with the release notes, following the format below
3131
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.
3333
1. If the release requires fixes:
3434
1. If the fix is reverting a PR, that doesn't have to be done on master, only on the release branch. Otherwise:
3535
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
5151
```
5252
# Release notes
5353
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]
5555
5656
## Features
5757
58-
- #XXX - Title of issue (adjust for user comsumption if needed)
58+
- #XXX - Title of issue (adjust for user consumption if needed)
5959
6060
## Enhancements
6161
62-
- #XXX - Title of issue (adjust for user comsumption if needed)
62+
- #XXX - Title of issue (adjust for user consumption if needed)
6363
6464
## Fixes
6565
66-
- #XXX - Title of issue (adjust for user comsumption if needed)
66+
- #XXX - Title of issue (adjust for user consumption if needed)
6767
6868
```

0 commit comments

Comments
 (0)