-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: version release/prerelease options #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the PR
suggesting couple of changes
Codecov Report
@@ Coverage Diff @@
## master #111 +/- ##
=======================================
Coverage 70.94% 70.94%
=======================================
Files 6 6
Lines 499 499
=======================================
Hits 354 354
Misses 91 91
Partials 54 54 Continue to review full report at Codecov.
|
thanks, sorry for the delay |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
problem to solve:
https://fedoraproject.org/wiki/Package_Versioning_Examples#Complex_versioning_examples
https://www.debian.org/doc/manuals/maint-guide/first.en.html#namever
release
version for nfpm deb package (becauserelease
part is actually used as prerelease)changes:
prerelease
option to specify it separately fromrelease
prerelease
comes after tilde,release
after dash (breaking!)prerelease
comes with default0.1
release,release
is not changedprerelease
data as release versionprerelease
data as prerelease version