diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae8c97a..4adad92 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.1" + ".": "0.22.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a9beb98..21dae7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ Starting with 0.16.10 new entries are generated by Conventional Commits; entries up to 0.16.9 are hand-written in the Keep-a-Changelog style. +## [0.22.2](https://github.com/shigechika/junos-ops/compare/v0.22.1...v0.22.2) (2026-05-08) + + +### Bug Fixes + +* **ci:** trigger deb.yml on release:published instead of push:tags ([#86](https://github.com/shigechika/junos-ops/issues/86)) ([01f4992](https://github.com/shigechika/junos-ops/commit/01f4992f1ee83fda40efc4db628b0f9ef02ba4ec)) +* **config:** rename --intent-rollback back to --no-commit ([#87](https://github.com/shigechika/junos-ops/issues/87)) ([a337853](https://github.com/shigechika/junos-ops/commit/a3378539900e8341d333966cbcca17cab6795d47)) + ## [0.22.1](https://github.com/shigechika/junos-ops/compare/v0.22.0...v0.22.1) (2026-05-08) diff --git a/junos_ops/__init__.py b/junos_ops/__init__.py index 82ab881..c296e83 100644 --- a/junos_ops/__init__.py +++ b/junos_ops/__init__.py @@ -18,4 +18,4 @@ https://github.com/shigechika/junos-ops """ -__version__ = "0.22.1" # x-release-please-version +__version__ = "0.22.2" # x-release-please-version