diff options
author | sudoforge <no-reply@sudoforge.com> | 2025-05-23 10:07:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-23 10:07:38 -0700 |
commit | e49c93d403afd662eeb3579f9a42ac45e75b7bef (patch) | |
tree | 7826a4bcb1395127f968dd52618670604c4742b2 /doc/md/git-bug.md | |
parent | 01d6899fd914b38aad34ee62ac9c620a06260306 (diff) | |
download | git-bug-e49c93d403afd662eeb3579f9a42ac45e75b7bef.tar.gz git-bug-e49c93d403afd662eeb3579f9a42ac45e75b7bef.zip |
build: reduce complexity for setting the version (#1466)
This change refactors the implementation of how the version is embedded
in the binary to reduce the number of variables necessary to determine
the version information from 3 to 1.
The legacy build variables are still supported, however, a warning will
be emitted instructing users to contact their package maintainer. The
legacy GitExacTag variable, if present, will be used to set main.version
if it is undefined. This ensures that unmigrated package builds will
continue to provide the correct version information.
The legacy build variables will be supported until 0.12.0, giving
package maintainers some time to migrate.
Change-Id: I05fea97169ea1af87b198174afe5b6663f860fd8
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r-- | doc/md/git-bug.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 03bebb65e..2ef0b7725 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -31,7 +31,7 @@ git-bug [flags] * [git-bug push](git-bug_push.md) - Push updates to a git remote * [git-bug termui](git-bug_termui.md) - Launch the terminal UI * [git-bug user](git-bug_user.md) - List identities -* [git-bug version](git-bug_version.md) - Show git-bug version information +* [git-bug version](git-bug_version.md) - Print version information * [git-bug webui](git-bug_webui.md) - Launch the web UI * [git-bug wipe](git-bug_wipe.md) - Wipe git-bug from the git repository |