-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE
More file actions
45 lines (28 loc) · 971 Bytes
/
RELEASE
File metadata and controls
45 lines (28 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
OMERewriter Release Notes
=========================
1. Set variables
OLD_VERSION="0.1.0"
NEW_VERSION="0.1.1"
2. Write NEWS entries for OMERewriter in the same format as usual.
git shortlog v$OLD_VERSION.. | grep -i -v trivial | grep -v Merge > NEWS.new
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Version 0.1.1
-------------
Released: 2026-xx-xx
### Notes:
### Features:
### Bugfixes:
### Miscellaneous:
### Contributors:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3. Commit changes in OMERewriter git:
git commit -a -m "Release version $NEW_VERSION"
git tag -s -f -m "Release $NEW_VERSION" v$NEW_VERSION <gpg password>
git push --tags
git push
4. Wait for GitHub Actions to successfully publish the release
5. Do post release version bump in CMakeLists.txt, RELEASE
6. Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push
7. Announce the new release