Compare commits
2 Commits
bc5821cbf0
...
v0.0.6
| Author | SHA1 | Date | |
|---|---|---|---|
| bd0587779e | |||
| 11b8df7a07 |
@@ -36,13 +36,13 @@ version_schema: semver
|
|||||||
# Version Epoch.
|
# Version Epoch.
|
||||||
# A package with a higher version epoch will always be considered newer.
|
# A package with a higher version epoch will always be considered newer.
|
||||||
# See: https://www.debian.org/doc/debian-policy/ch-controlfields.html#epochs-should-be-used-sparingly
|
# See: https://www.debian.org/doc/debian-policy/ch-controlfields.html#epochs-should-be-used-sparingly
|
||||||
epoch: 1
|
#epoch: 1
|
||||||
|
|
||||||
# Version Prerelease.
|
# Version Prerelease.
|
||||||
# Default is extracted from `version` if it is semver compatible.
|
# Default is extracted from `version` if it is semver compatible.
|
||||||
# This is appended to the `version`, e.g. `1.2.3+beta1`. If the `version` is
|
# This is appended to the `version`, e.g. `1.2.3+beta1`. If the `version` is
|
||||||
# semver compatible, then this replaces the prerelease component of the semver.
|
# semver compatible, then this replaces the prerelease component of the semver.
|
||||||
prerelease: alpha
|
#prerelease: alpha
|
||||||
|
|
||||||
# Version Metadata (previously deb.metadata).
|
# Version Metadata (previously deb.metadata).
|
||||||
# Default is extracted from `version` if it is semver compatible.
|
# Default is extracted from `version` if it is semver compatible.
|
||||||
|
|||||||
Reference in New Issue
Block a user