File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1818## Making a major or minor release
1919
2020- Create a new branch vX.Y and check it out
21- - Update the change log
21+ - Update the change log (at the very least, change UNRELEASED to the new version)
2222- Update the version in meson.build to X.Y.0
2323- Commit the changes and push the branch
2424- Build the AppImage
3131 - Upload the AppImage binary and rename it to ` Gorfector-vX_Y_0-x86_64-Ubuntu-24_04.AppImage `
3232 - Save as draft and review.
3333 - Publish the release
34+ - Check out the main branch out
35+ - Update the version in meson.build to X.Y+1.0-dev
36+ - Commit and push the changes to the main branch
3437
3538## Making a patch release
3639
3740- Check out and pull the branch to be patched (vX.Y)
38- - Update the change log
41+ - Update the change log (at the very least, change UNRELEASED to the new version)
3942- Update the version in meson.build to X.Y.Z
4043- Commit the changes and push the branch
4144- Build the AppImage
Original file line number Diff line number Diff line change 11project (' gorfector' ,
22 ' cpp' ,
3- version : ' 0.2 .0-devel' ,
3+ version : ' 0.3 .0-devel' ,
44 default_options : [
55 ' warning_level=2' ,
66 ' cpp_std=c++23'
You can’t perform that action at this time.
0 commit comments