release: prepare v0.2.1

This commit is contained in:
xcad
2026-05-04 18:07:01 +02:00
parent 9b5f7fd484
commit 9ebf5d6b96
2 changed files with 9 additions and 1 deletions
+6 -1
View File
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.1] - 2026-05-04
### Added
- Bash template kind for Bash-oriented scripts, bootstrap flows, maintenance tasks, and automation snippets (#1772)
- Python template kind for Python-oriented project scaffolds, automation helpers, packages, and service/tooling skeletons (#1773)
@@ -144,7 +146,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial public release with core CLI functionality.
[unreleased]: https://github.com/christianlempa/boilerplates/compare/v0.1.2...HEAD
[unreleased]: https://github.com/christianlempa/boilerplates/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/christianlempa/boilerplates/compare/v0.2.0-2...v0.2.1
[0.2.0-2]: https://github.com/christianlempa/boilerplates/compare/v0.2.0-1...v0.2.0-2
[0.2.0-1]: https://github.com/christianlempa/boilerplates/compare/v0.1.2...v0.2.0-1
[0.1.2]: https://github.com/christianlempa/boilerplates/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/christianlempa/boilerplates/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/christianlempa/boilerplates/compare/v0.0.7...v0.1.0
+3
View File
@@ -83,6 +83,9 @@ The release workflow validates this and fails if they differ.
release: prepare vx.x.x
```
GitHub Actions automatically runs the configured PR checks for pull requests targeting `main`.
Monitor the PR until those checks complete successfully.
7. Merge the release PR after checks and review pass.
## Publish the release