Skip to content

Commit ac601e9

Browse files
authored
Merge pull request #253 from MightyCreak/docs/update-release-process
docs: udpate release process
2 parents 4c5aba4 + 8245395 commit ac601e9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/developers/release-process.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)