diff --git a/.github/actions/setup-release-cli/action.yml b/.github/actions/setup-release-cli/action.yml index a00cd36..e1d875b 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.16 + DEFAULT_VERSION: 0.1.17 # x-release-please-end run: | set -euo pipefail diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d8a2b5..88efc87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.16" + ".": "0.1.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4b96a..c8d7247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.17](https://github.com/meigma/release/compare/v0.1.16...v0.1.17) (2026-08-22) + + +### Bug Fixes + +* **pkgrepo:** support cross-organization release workflows ([#63](https://github.com/meigma/release/issues/63)) ([2d524ae](https://github.com/meigma/release/commit/2d524ae89785f3de26c240d32dda2b45b45be85b)) + ## [0.1.16](https://github.com/meigma/release/compare/v0.1.15...v0.1.16) (2026-08-22)