Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix(ci): remove double "v" #50

Merged
merged 1 commit into from
Jan 10, 2025
Merged

hotfix(ci): remove double "v" #50

merged 1 commit into from
Jan 10, 2025

Conversation

CuriousDolphin
Copy link
Member

@CuriousDolphin CuriousDolphin commented Jan 10, 2025

TITLE

Remove Tag Prefix in Release Workflow

CONTEXT

This PR was created to address the issue of unnecessary tag prefixes in the release workflow, which could lead to confusion and inconsistency in versioning.

KEY CHANGES

  • Modified the .github/workflows/release.yml file to set the tag_prefix to an empty string, ensuring that tags are created without any prefix.

IMPACT

This change simplifies the versioning process by removing unnecessary prefixes from tags, leading to clearer and more consistent release management.

TECHNICAL DETAILS

Release Workflow

The tag_prefix parameter in the release workflow has been set to an empty string, which ensures that new tags are created without any additional prefixes. This change is reflected in the following snippet:

- name: Tag the release
  uses: anothrNick/[email protected]
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    dry_run: false
    custom_tag: ${{ steps.get_next_version.outputs.new_tag }}
    tag_prefix: ""

Copy link

github-actions bot commented Jan 10, 2025

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL88017680% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
88 0 💤 0 ❌ 0 🔥 2.131s ⏱️

@CuriousDolphin CuriousDolphin merged commit 9aaa7c2 into main Jan 10, 2025
9 checks passed
@CuriousDolphin CuriousDolphin deleted the hotfix/tag-prefix branch January 10, 2025 11:49
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.

1 participant