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

fix: tag major version during release #24

Merged
merged 2 commits into from
Jun 11, 2023
Merged

fix: tag major version during release #24

merged 2 commits into from
Jun 11, 2023

Conversation

Eun
Copy link
Owner

@Eun Eun commented Jun 11, 2023

Description

Problem

During release we need to update the v{version} tag.

Solution

During release, parse the current tag, get the major version part and retag it with the current hash.

Notes

Should fix the problem mentioned in #23

Checklist

  • The title starts either with feat:, fix:, or chore:
    • feat should be used if this pull request implements a new feature
    • fix should be used if this pull request fixes a bug
    • chore should be used for maintenance changes

@github-actions github-actions bot added the fix label Jun 11, 2023
@Eun Eun merged commit eca27ea into master Jun 11, 2023
@Eun Eun deleted the tag-release branch June 11, 2023 17:42
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.

1 participant