From b5d635d96f6d77164bc4f5807edd496495f5d7ab Mon Sep 17 00:00:00 2001 From: Simone Date: Sat, 2 May 2026 21:54:01 +0200 Subject: [PATCH] chore: release v2.2.2 - Release workflow extracts CHANGELOG section as GitHub/Gitea release body - All GitHub Actions upgraded to node24-native versions - tools/update_gitea_releases.py for backfilling existing Gitea releases - tools/release-notes/ per-version Markdown snippets --- CHANGELOG.md | 14 +++++++++++++- VERSION | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282559e..2e750af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ e il progetto aderisce al [Semantic Versioning](https://semver.org/spec/v2.0.0.h ## [Unreleased] +## [2.2.2] — 2026-05-02 + +### Added +- `tools/update_gitea_releases.py`: one-shot script to backfill Gitea release bodies with CHANGELOG content via the Gitea API +- `tools/release-notes/`: per-version Markdown snippets used by the backfill script + +### Changed +- Release workflow now extracts the relevant CHANGELOG section and uses it as the GitHub Release body (`body_path`) +- Release workflow adds a step to update the corresponding Gitea release body via API (`GITEA_TOKEN` secret) +- All GitHub Actions upgraded to node24-native major versions (no more Node 20 deprecation warnings) + ## [2.2.1] — 2026-05-02 ### Added @@ -55,7 +66,8 @@ e il progetto aderisce al [Semantic Versioning](https://semver.org/spec/v2.0.0.h - CI/CD via GitHub Actions (mirror automatico Gitea → GitHub) - Documentazione completa (README, CONTRIBUTING, SECURITY) -[Unreleased]: https://gitea.emulab.it/Simone/nsis-plugin-ns7zip/compare/v2.2.1...HEAD +[Unreleased]: https://gitea.emulab.it/Simone/nsis-plugin-ns7zip/compare/v2.2.2...HEAD +[2.2.2]: https://gitea.emulab.it/Simone/nsis-plugin-ns7zip/compare/v2.2.1...v2.2.2 [2.2.1]: https://gitea.emulab.it/Simone/nsis-plugin-ns7zip/compare/v2.2.0...v2.2.1 [2.2.0]: https://gitea.emulab.it/Simone/nsis-plugin-ns7zip/compare/v2.1.0...v2.2.0 [2.1.0]: https://gitea.emulab.it/Simone/nsis-plugin-ns7zip/compare/v2.0.1...v2.1.0 diff --git a/VERSION b/VERSION index c043eea..b1b25a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.2.2