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: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0](https://github.com/f0rr0/oliphaunt/compare/0.4.1...0.5.0) - 2026-05-08

### Added

- [**breaking**] add WASIX asset pipeline and protocol recovery ([#13](https://github.com/f0rr0/oliphaunt/pull/13))

### Fixed

- publish runtime assets on GitHub releases ([#27](https://github.com/f0rr0/oliphaunt/pull/27))
Expand Down
10 changes: 5 additions & 5 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ allow_dirty = true
changelog_update = true
dependencies_update = true
features_always_increment_minor = false
git_release_enable = true
git_release_enable = false
git_release_name = "{{ package }} v{{ version }}"
git_tag_name = "{{ package }}-v{{ version }}"
git_tag_enable = false
git_tag_name = "{{ version }}"
pr_branch_prefix = "release-plz-"
pr_labels = ["release"]
pr_name = "chore(release): {{ version }}"
Expand All @@ -18,12 +19,10 @@ repo_url = "https://github.com/f0rr0/oliphaunt"
semver_check = true

[changelog]
protect_breaking_commits = false
protect_breaking_commits = true
sort_commits = "oldest"
tag_pattern = '^[0-9]+\.[0-9]+\.[0-9]+.*$'
commit_parsers = [
{ message = "^feat!: add WASIX asset pipeline and protocol recovery$", skip = true },
{ message = "^fix: align release metadata with oliphaunt repo$", skip = true },
{ message = "^feat", group = "Added" },
{ message = "^fix", group = "Fixed" },
{ message = "^perf", group = "Performance" },
Expand All @@ -49,6 +48,7 @@ changelog_include = [
"pglite-oxide-aot-x86_64-pc-windows-msvc",
]
git_release_enable = true
git_tag_enable = true
git_tag_name = "{{ version }}"

[[package]]
Expand Down
Loading