mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 02:24:14 -05:00
release: prepare v0.2.1
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user