Skip to content

fix: release note generation#180

Merged
pepicrft merged 2 commits intomainfrom
fix-release-note-generation
Jan 22, 2025
Merged

fix: release note generation#180
pepicrft merged 2 commits intomainfrom
fix-release-note-generation

Conversation

@pepicrft
Copy link
Copy Markdown
Contributor

I noticed our release notes contain an [Unrelease] section. It turns out there's a bug in our release automation that causes that section to be present. This PR fixes it by first updating the CHANGELOG, and then using git cliff to get the latest version.

@pepicrft pepicrft requested review from a team, cschmatzler and fortmarek January 22, 2025 08:04
@pepicrft pepicrft self-assigned this Jan 22, 2025
@pepicrft pepicrft requested review from kwridan and removed request for a team January 22, 2025 08:04
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitTitleMatch: "false"
ignoreCommits: true
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the configuration of the squash & merge commit to match the title of the PR, so this is no longer necessary:

image

@pepicrft pepicrft merged commit 282c562 into main Jan 22, 2025
@pepicrft pepicrft deleted the fix-release-note-generation branch January 22, 2025 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants