Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.10.0] - 2025-05-24
### Changed

- Update release process documentation (@MightyCreak)

## [0.10.0] - 2025-05-24

Expand Down
9 changes: 5 additions & 4 deletions docs/developers/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ few manual steps.

```yaml
- name: diffuse
builddir: true
buildsystem: meson
builddir: true
config-opts:
- -Dlog_print_output=true
- -Duse_flatpak=true
Expand All @@ -65,6 +65,7 @@ few manual steps.

- Replace `<tag>` with the release tag (e.g. `v1.2.3`)
- Replace `<tag_commit>` with the release tag commit (e.g. `c0cefac1c4ab99a309b65002e820f5c815e368e1`)
4. Create commit with changes and push to `main`
5. Check the build on Flathub: <https://flathub.org/builds/>
6. When it's done and successful, publish the build
4. Create a new branch, commit the changes and create a new PR
5. When everything's green: merge the PR
6. Check the build on Flathub: <https://flathub.org/builds/>
7. When it's done and successful, publish the build