release: v0.2.2
Publish Release / publish (push) Failing after 25s

This commit is contained in:
grm-ci-bot
2026-06-21 21:17:11 +02:00
parent 76d9983514
commit 7fe85423b4
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.2.2] - 2026-06-21
### Bug Fixes
- Enforce tests pass before tagging a release
- Bypass commit-msg hook for release commits
## [0.2.1] - 2026-06-21 ## [0.2.1] - 2026-06-21
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -1,3 +1,3 @@
"""Gitea Runner Manager — lean CLI for managing Gitea Actions runners.""" """Gitea Runner Manager — lean CLI for managing Gitea Actions runners."""
__version__ = "0.2.1" __version__ = "0.2.2"