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
Copy file name to clipboardExpand all lines: contribute/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,13 @@
10
10
11
11
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.
12
12
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).
14
14
15
-
6.Tag it with git, e.g. `git tag 1.2.4`
15
+
6.Commit your changes.
16
16
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`
18
20
19
21
[GitHub Actions](https://github.com/codeenigma/ce-dev/actions) should now take care of the release for you.
0 commit comments