Skip to content

fix: update git tag definition and version.tag generation process#146

Merged
tomghuang merged 1 commit intomasterfrom
fix-make-version-tag-follow-semver
Jun 21, 2025
Merged

fix: update git tag definition and version.tag generation process#146
tomghuang merged 1 commit intomasterfrom
fix-make-version-tag-follow-semver

Conversation

@tomghuang
Copy link
Copy Markdown
Contributor

This patch revises the git tag definition and the interpretation of version.tag content. Git tags will now follow the SemVer standard, including optional pre-release metadata but excluding build metadata. The git commit hash will no longer be part of the git tag.

When generating version.tag, the git commit hash will be appended as build metadata, ensuring version.tag continues to adhere to the SemVer standard.

This patch revises the git tag definition and the interpretation of
version.tag content. Git tags will now follow the SemVer standard,
including optional pre-release metadata but excluding build metadata.
The git commit hash will no longer be part of the git tag.

When generating version.tag, the git commit hash will be appended as
build metadata, ensuring version.tag continues to adhere to the SemVer
standard.
@tomghuang tomghuang merged commit cbdc740 into master Jun 21, 2025
10 checks passed
@tomghuang tomghuang deleted the fix-make-version-tag-follow-semver branch June 21, 2025 03: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