Skip to content
Snippets Groups Projects
Commit 9c9d1d77 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'changelog-in-release-notes' into 'main'

Add changelog entries to release notes

See merge request components/opentofu!159
parents c7da32ff 42d696ed
No related branches found
No related tags found
No related merge requests found
Release $CI_COMMIT_TAG of components repository $CI_PROJECT_PATH. Release $CI_COMMIT_TAG of components repository $CI_PROJECT_PATH.
See the [CHANGELOG](CHANGELOG.md) for what changes happened in this release. ## Changelog
$CHANGELOG
See the [CHANGELOG.md](CHANGELOG.md) file for the entire history.
## Usage ## Usage
......
...@@ -9,4 +9,7 @@ export AVAILABLE_OPENTOFU_VERSIONS ...@@ -9,4 +9,7 @@ export AVAILABLE_OPENTOFU_VERSIONS
AVAILABLE_IMAGES="$(cat image*.md | sort -r | tee images.md | sed -E "s/(\(digest: .*\))/\n - \1/")" AVAILABLE_IMAGES="$(cat image*.md | sort -r | tee images.md | sed -E "s/(\(digest: .*\))/\n - \1/")"
export AVAILABLE_IMAGES export AVAILABLE_IMAGES
CHANGELOG="$(awk '/^## /{i++} i==1 && NR>1' CHANGELOG.md)"
export CHANGELOG
envsubst < .gitlab/release-notes.md.template envsubst < .gitlab/release-notes.md.template
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment