@@ -12,30 +12,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212- ` .github/dependabot.yml ` for automated GitHub Actions updates
1313- ` .gitignore ` for local settings and Claude plans
1414- ` .claude/ ` configuration for AI assistant (coding rules, skills, workflow)
15- - ** deploy** action: PR commenting feature
16- - Automatically post/update a comment on PRs with the deployment URL
17- - New inputs: ` comment-on-pr ` , ` github-token ` , ` comment-header `
18- - Upsert behavior: updates existing comment instead of creating duplicates
15+
16+ ### Changed
17+ - ` .pre-commit-config.yaml ` : require minimum version 4.5.0
18+ - ` CONTRIBUTING.md ` : simplify setup with ` uv ` instead of ` pip `
19+ - ` release.yml ` : verify CHANGELOG entry exists, rollback tag on failure
20+
21+ ## [ 1.2.0] - 2026-01-22
22+
23+ ### Added
1924- ** cleanup** action: PR comment update feature
2025 - Update the deploy PR comment to show cleanup status when PR is closed
2126 - New inputs: ` update-pr-comment ` , ` comment-header `
2227 - New output: ` pr-comment-updated `
23- - Changes comment header from "🚀 Preview Deployment" to "🧹 Preview Deployment (Cleaned Up)"
28+
29+ ## [ 1.1.0] - 2026-01-22
30+
31+ ### Added
32+ - ** deploy** action: PR commenting feature
33+ - Automatically post/update a comment on PRs with the deployment URL
34+ - New inputs: ` comment-on-pr ` , ` github-token ` , ` comment-header `
35+ - Upsert behavior: updates existing comment instead of creating duplicates
2436- CI/CD pipeline with ShellCheck, actionlint, and yamllint
2537- Branch protection and governance files (CODEOWNERS, issue templates, PR template)
2638- CONTRIBUTING.md with development guidelines
2739- SECURITY.md with security policy
2840- Pre-commit hooks configuration
2941
30- ### Changed
31- - ` .pre-commit-config.yaml ` : require minimum version 4.5.0
32- - ` CONTRIBUTING.md ` : simplify setup with ` uv ` instead of ` pip `
33-
3442### Fixed
3543- ShellCheck warnings: properly quoted GITHUB_OUTPUT
3644- Actionlint configuration to only lint workflow files
3745
38- ## [ 1.0.0] - 2024 -01-01
46+ ## [ 1.0.0] - 2026 -01-22
3947
4048### Added
4149- Initial release of ZAD Actions
@@ -58,5 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5866- Secure handling of API keys via environment variables
5967- Dangerous character detection for container inputs
6068
61- [ Unreleased ] : https://github.com/RijksICTGilde/zad-actions/compare/v1.0.0...HEAD
69+ [ 1.2.0 ] : https://github.com/RijksICTGilde/zad-actions/releases/tag/v1.2.0
70+ [ 1.1.0 ] : https://github.com/RijksICTGilde/zad-actions/releases/tag/v1.1.0
6271[ 1.0.0 ] : https://github.com/RijksICTGilde/zad-actions/releases/tag/v1.0.0
0 commit comments