Skip to content

Remove 'v' and 'Release' prefixes from release names#39

Merged
technicalpickles merged 2 commits intomainfrom
remove-release-prefixes
Sep 4, 2025
Merged

Remove 'v' and 'Release' prefixes from release names#39
technicalpickles merged 2 commits intomainfrom
remove-release-prefixes

Conversation

@technicalpickles
Copy link
Copy Markdown
Owner

Summary

This PR removes the 'v' and 'Release' prefixes from release names, so releases will be named with just the version number (e.g., '0.1.0' instead of 'Release v0.1.0').

Changes

  • scripts/check-version-change.sh: Remove 'v' prefix from git tag names
  • .github/workflows/release.yml: Remove 'Release ' prefix from GitHub release names

Impact

  • Git tags will be just the version number (e.g., 0.1.0)
  • GitHub releases will be named with just the version number (e.g., 0.1.0)
  • No functional changes to the release process, just cleaner naming

Testing

The changes are minimal and focused on naming only. The release workflow functionality remains unchanged.

- Remove 'v' prefix from git tags in check-version-change.sh
- Remove 'Release ' prefix from GitHub release names in release.yml
- Releases will now be named with just the version number (e.g., '0.1.0')
Copilot AI review requested due to automatic review settings September 4, 2025 19:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 standardizes release naming by removing unnecessary prefixes from git tags and GitHub releases. The changes simplify the naming convention to use just the version number directly.

Key changes:

  • Remove 'v' prefix from git tag names (e.g., 0.1.0 instead of v0.1.0)
  • Remove 'Release ' prefix from GitHub release names (e.g., 0.1.0 instead of Release v0.1.0)

Reviewed Changes

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

File Description
scripts/check-version-change.sh Updates tag generation to remove 'v' prefix and documentation comment
.github/workflows/release.yml Removes 'Release ' prefix from GitHub release names

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@technicalpickles technicalpickles merged commit 21e5aaa into main Sep 4, 2025
10 checks passed
@technicalpickles technicalpickles deleted the remove-release-prefixes branch September 4, 2025 19:35
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