Skip to content

read VERSION from git#1279

Merged
yseto merged 5 commits intomasterfrom
version-info
May 8, 2025
Merged

read VERSION from git#1279
yseto merged 5 commits intomasterfrom
version-info

Conversation

@yseto
Copy link
Contributor

@yseto yseto commented May 7, 2025

  • read VERSION from git.
    • therefore, No longer needed rewrite Makefile on every releases.
  • also stopped rename tarball on every releases.

@yseto yseto self-assigned this May 7, 2025
@yseto yseto marked this pull request as ready for review May 7, 2025 14:34
@yseto yseto force-pushed the version-info branch 2 times, most recently from 48fa0cc to e2143d4 Compare May 7, 2025 16:10
@yseto yseto force-pushed the version-info branch 3 times, most recently from 38efbe8 to cc4b622 Compare May 8, 2025 04:01
Base automatically changed from gitcommit to master May 8, 2025 06:27
@yseto yseto changed the title VERSION from git read VERSION from git May 8, 2025
Comment on lines +1 to +2
# This VERSION variable indicates the latest tag.
VERSION = $(subst v,,$(shell git describe --abbrev=0 --tags))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: We guard to not to be able to ship added commits after tagged commit by our workflow (not GitHub Workflows).

@yseto yseto merged commit 97d33d2 into master May 8, 2025
17 checks passed
@yseto yseto deleted the version-info branch May 8, 2025 10:17
@yseto
Copy link
Contributor Author

yseto commented May 8, 2025

Thanks for your review.

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