Skip to content

Add -dev suffix to Version text if in DEBUG#2206

Open
Saibamen wants to merge 1 commit into
sourcegit-scm:masterfrom
Saibamen:add_dev_suffix
Open

Add -dev suffix to Version text if in DEBUG#2206
Saibamen wants to merge 1 commit into
sourcegit-scm:masterfrom
Saibamen:add_dev_suffix

Conversation

@Saibamen

Copy link
Copy Markdown
Contributor
image

@Saibamen Saibamen changed the title Add -dev suffix to Version text if in DEBUG Add -dev suffix to Version text if in DEBUG Mar 21, 2026
@love-linger

Copy link
Copy Markdown
Collaborator

SourceGit now uses git describe --abbrev=8 --dirty to generate a friendly version name.

image

For example:

  • v2026.13 - app is built with the commit reference by v2026.13 tag
  • v2026.13-2-ff872070 - app is built with 2 commits after tag v2026.13. ff872070 is the HEAD while compiling.
  • v2026.13-2-ff872070-dirty - app is built with 2 commits and some local changes after tag v2026.13

@love-linger love-linger self-assigned this Jun 16, 2026
@love-linger love-linger added the not-planned It's not planned in the future label Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

not-planned It's not planned in the future

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants