-
Notifications
You must be signed in to change notification settings - Fork 7
/
RELEASE
59 lines (37 loc) · 1.38 KB
/
RELEASE
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
PoMiDAQ Release Notes
=====================
1. Set variables
OLD_VERSION="0.5.2"
NEW_VERSION="0.5.3"
2. Write NEWS entries for PoMiDAQ in the same format as usual.
git shortlog v$OLD_VERSION.. | grep -i -v trivial | grep -v Merge > NEWS.new
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Version 0.5.3
~~~~~~~~~~~~~
Released: 2024-xx-xx
Notes:
Features:
Bugfixes:
Miscellaneous:
Contributors:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3. Commit changes in PoMiDAQ 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. Create GitHub release in the same format as usual
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<NEWS excerpt here>
---
Please check out the [information for users](https://github.com/bothlab/pomidaq#users) for using the
prebuilt binaries and solutions to common issues users may encounter.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5. Upload binaries generated by GitHub Actions to the new release
6. Upload Debian packages to PPA:
../contrib/upload-ppa-package.sh
7. Do post release version bump in CMakeLists.txt, RELEASE
8. Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push
9. Announce the new release