Skip to content

fix: set tag-prefix to empty string in changelog action - #27

Merged
patrickschaper merged 1 commit into
developmentfrom
fix/changelog-tag-prefix
May 15, 2026
Merged

fix: set tag-prefix to empty string in changelog action#27
patrickschaper merged 1 commit into
developmentfrom
fix/changelog-tag-prefix

Conversation

@patrickschaper

Copy link
Copy Markdown
Owner

Summary

  • TriPSs/conventional-changelog-action defaults to a v tag prefix
  • this repo uses unprefixed tags (e.g. 0.0.9, not v0.0.9)
  • without tag-prefix: "" the action cannot find the previous release tag and generates the changelog from the wrong commit range

- conventional-changelog-action defaults to v prefix
- repo uses unprefixed tags (e.g. 0.0.9)
- without tag-prefix: "" the action cannot find the previous tag
  and generates changelog from the wrong commit range

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the release workflow so the changelog action matches the repository’s unprefixed release tags and computes changelog ranges from the correct previous tag.

Changes:

  • Sets tag-prefix to an empty string for TriPSs/conventional-changelog-action.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@patrickschaper
patrickschaper merged commit d944e70 into development May 15, 2026
14 checks passed
@patrickschaper
patrickschaper deleted the fix/changelog-tag-prefix branch May 20, 2026 09:00
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.

2 participants