xcad 3 недель назад
Родитель
Сommit
9ebf5d6b96
2 измененных файлов с 9 добавлено и 1 удалено
  1. 6 1
      CHANGELOG.md
  2. 3 0
      RELEASE.md

+ 6 - 1
CHANGELOG.md

@@ -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 - 0
RELEASE.md

@@ -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