File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10- ## [ 0.10.0] - 2025-05-24
10+ ### Changed
11+
12+ - Update release process documentation (@MightyCreak )
1113
1214## [ 0.10.0] - 2025-05-24
1315
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ few manual steps.
5151
5252 ```yaml
5353 - name: diffuse
54- builddir: true
5554 buildsystem: meson
55+ builddir: true
5656 config-opts:
5757 - -Dlog_print_output=true
5858 - -Duse_flatpak=true
@@ -65,6 +65,7 @@ few manual steps.
6565
6666 - Replace `<tag>` with the release tag (e.g. `v1.2.3`)
6767 - Replace `<tag_commit>` with the release tag commit (e.g. `c0cefac1c4ab99a309b65002e820f5c815e368e1`)
68- 4. Create commit with changes and push to `main`
69- 5. Check the build on Flathub: <https://flathub.org/builds/>
70- 6. When it's done and successful, publish the build
68+ 4. Create a new branch, commit the changes and create a new PR
69+ 5. When everything's green: merge the PR
70+ 6. Check the build on Flathub: <https://flathub.org/builds/>
71+ 7. When it's done and successful, publish the build
You can’t perform that action at this time.
0 commit comments