diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50b04f0..ded1535 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: - name: Generate changelog for the version bump id: changelog run: | - changelog=$(conventional-changelog -p angular -i CHANGELOG.md --from ${{ env.prev_version }} --to ${{ env.version }}) + changelog=$(conventional-changelog -p angular -i CHANGELOG.md --from ${{ env.prev_version }} --to v${{ env.version }}) echo "$changelog" > artifacts/changelog.md echo "changelog_body=$(cat artifacts/changelog.md)" >> $GITHUB_ENV diff --git a/CHANGELOG.md b/CHANGELOG.md index da43d4e..e790568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.1] - 2025-09-10 +## v0.0.1 (2025-09-10) ### Other