File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Push new release branch:
2
- 1. make sure branches 'main' and 'release' are synced up locally
2
+ 1. make sure branches 'main' and 'release' are synced up locally, check out main
3
3
2. update kDemumbleVersion in demumble.cc with new version (with ".git"), then
4
4
git commit -am 'mark this 1.0.0.git'
5
5
3. git checkout release; git merge main
6
6
4. fix version number in src/version.cc (it will conflict in the above)
7
7
5. commit, tag, push (don't forget to push --tags), build binaries
8
+ # on the 'release' branch
8
9
git commit -am v1.0.0; git push origin release
9
10
git tag v1.0.0; git push --tags
10
- ./dist.py # on the 'release' branch
11
+ ./dist.py
11
12
# Push the 1.0.0.git change on main too:
12
13
git checkout main; git push origin main
13
14
6. add demumble-{linux,mac,win}.zip to https://github.com/nico/demumble/releases
You can’t perform that action at this time.
0 commit comments