Skip to content

Commit 64a7ae6

Browse files
committed
Updating release docs to include RELEASE text file.
1 parent 7d477a9 commit 64a7ae6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

contribute/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010

1111
4. Bump the version on line 4 to the number you want. If you are at version 1.2.3 you would bump it to 1.2.4 for a minor release or 1.3.0 for a major release. If you are introducing breaking change that will not be backward compatible you should use 2.0.0.
1212

13-
5. Commit your change.
13+
5. Then edit the [`RELEASE`](https://github.com/codeenigma/ce-dev/blob/1.x/RELEASE) text file and describe the contents of this release (it will appear on the tag page in GitHub).
1414

15-
6. Tag it with git, e.g. `git tag 1.2.4`
15+
6. Commit your changes.
1616

17-
7. Push the branch back up with tags, e.g. `git push origin 1.x --tags`
17+
7. Tag it with git, e.g. `git tag 1.2.4`
18+
19+
8. Push the branch back up with tags, e.g. `git push origin 1.x --tags`
1820

1921
[GitHub Actions](https://github.com/codeenigma/ce-dev/actions) should now take care of the release for you.
2022

0 commit comments

Comments
 (0)