Skip to content

Remove v prefix from release tags and GitHub releases#895

Merged
DannyvdSluijs merged 2 commits intomainfrom
copilot/remove-version-prefix
Mar 10, 2026
Merged

Remove v prefix from release tags and GitHub releases#895
DannyvdSluijs merged 2 commits intomainfrom
copilot/remove-version-prefix

Conversation

Copy link
Contributor

Copilot AI commented Mar 10, 2026

Release tags and GitHub releases were being created with a v prefix (e.g., v6.7.0) instead of bare version numbers (e.g., 6.7.0).

Changes

  • .github/workflows/release.yml: Removed v prefix from all tag references:
    • Tag existence check
    • git tag creation and push
    • gh release create invocation
    • Updated inline comment to reflect the new format

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: DannyvdSluijs <618940+DannyvdSluijs@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove prefix 'v' from version tags Remove v prefix from release tags and GitHub releases Mar 10, 2026
@DannyvdSluijs DannyvdSluijs marked this pull request as ready for review March 10, 2026 14:13
@DannyvdSluijs DannyvdSluijs merged commit fcad151 into main Mar 10, 2026
18 checks passed
@DannyvdSluijs DannyvdSluijs deleted the copilot/remove-version-prefix branch March 10, 2026 14:41
DannyvdSluijs added a commit that referenced this pull request Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants