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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.22.1"
".": "0.22.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion junos_ops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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