Skip to content

Commit 92bf6ed

Browse files
Starting v0.3.0
1 parent 4c45d7c commit 92bf6ed

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

PUBLISHING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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
@@ -31,11 +31,14 @@
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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('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'

0 commit comments

Comments
 (0)