diff --git a/.github/actions/setup-release-cli/action.yml b/.github/actions/setup-release-cli/action.yml index a18a3ab..a00cd36 100644 --- a/.github/actions/setup-release-cli/action.yml +++ b/.github/actions/setup-release-cli/action.yml @@ -48,7 +48,7 @@ runs: WORKFLOW_SHA: ${{ job.workflow_sha }} # Release Please keeps this value in step with the released binary. # x-release-please-start-version - DEFAULT_VERSION: 0.1.15 + DEFAULT_VERSION: 0.1.16 # x-release-please-end run: | set -euo pipefail diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 975afd4..8d8a2b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.15" + ".": "0.1.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6fa9c..ef4b96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.16](https://github.com/meigma/release/compare/v0.1.15...v0.1.16) (2026-08-22) + + +### Bug Fixes + +* **packages:** mirror canonical RPM paths ([#60](https://github.com/meigma/release/issues/60)) ([a0faed3](https://github.com/meigma/release/commit/a0faed36f1ec36684cc75e727eef9aeaabc5cc22)) + ## [0.1.15](https://github.com/meigma/release/compare/v0.1.14...v0.1.15) (2026-08-22)