ci(release): restore CHANGELOG updates (@semantic-release/git)#107
Merged
Conversation
Revert der irrtuemlichen Entfernung: die CHANGELOG.md soll bei jedem Release wieder aktualisiert und nach main committet werden. Die Branch Protection (die den direkten Push blockierte) wurde entfernt; die CI-Checks (docker + lockfile-integrity) laufen weiter auf jedem PR.
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
There was a problem hiding this comment.
Pull request overview
This PR restores the @semantic-release/changelog and @semantic-release/git plugins in the semantic-release configuration so that CHANGELOG.md is generated/updated and committed automatically during releases again.
Changes:
- Re-add
@semantic-release/changelogto generate/updateCHANGELOG.mdwith a predefined title header. - Re-add
@semantic-release/gitto commitCHANGELOG.md(and package manifest/lockfile) back to the repository as part of the release process.
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 19, 2026
## [1.9.1](v1.9.0...v1.9.1) (2026-07-19) ### Bug Fixes * **tools:** route isSecret:false vars to .env in update_stack_env ([#109](#109)) ([#110](#110)) ([b637efb](b637efb)), closes [#105](#105) [#105](#105) [#105](#105) [#105](#105) ### Documentation * **release:** backfill v1.9.0 changelog entry ([#108](#108)) ([c4d49af](c4d49af)) ### CI/CD * **release:** restore @semantic-release/git and changelog plugins ([#107](#107)) ([e02ae91](e02ae91))
Contributor
|
🎉 This PR is included in version 1.9.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stellt die versehentlich entfernten Plugins
@semantic-release/git+@semantic-release/changelogwieder her — CHANGELOG.md wird bei Releases wieder aktualisiert/committet. Die Branch Protection aufmain(die den Release-Push blockierte) wurde entfernt; die CI-Checks (docker,lockfile-integrity) laufen weiter auf jedem PR.