Replace Tilde(~) in NFPMS version with exact git tag #1630
-
@caarlos0 is there any way i can fix the version string shown in dpkg with my exact tag?? Say my tag is 1.0.0-b1-noc and i made a release build of debian and install in the linux (say my debian pkg name is go-broker) When i install it
After installing the debian , I match the version and see that its replaced hyphen(-) with tilde(~)
|
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Jun 29, 2020
Replies: 1 comment
-
the tilde there is how debian versioning works, not possible to change. check https://www.debian.org/doc/manuals/maint-guide/first.en.html#namever and also goreleaser/nfpm#111 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
caarlos0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the tilde there is how debian versioning works, not possible to change.
check https://www.debian.org/doc/manuals/maint-guide/first.en.html#namever and also goreleaser/nfpm#111