-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
Description
Background
Digest entries in the manifest file are produced here:
Line 91 in 43ac9fa
| shasum -a 256 * >manifest-$tag.txt |
Assigned from here:
Line 33 in 43ac9fa
| local tag=$1 |
Called from here
https://github.com/lightninglabs/lightning-terminal/blob/43ac9fac94cd158e1b7c560555f2a7b565c307f9/Makefile#L164C30-L164C45
Issue
@ViktorTigerstrom produced a build with an extra character, a, at the end of the tag
lightning-terminal-darwin-amd64-v0.13.995-experimental-1-g8da6c29a
On two different hosts[1], after running
make release tag=v0.13.995-experimentala build with tags without the a character, at the end of the tag are produced
lightning-terminal-darwin-amd64-v0.13.995-experimental-1-g8da6c29
[1] Hosts running:
git version 2.46.2
git version 2.30.2
Reproduce
- Reproduce git tag with extra
acharacter- @ViktorTigerstrom report the output of
git describe --tags
git --version
- @ViktorTigerstrom report the output of
- Determine any differences in
git describehas occurred between the git versions