Fix packages
This commit is contained in:
@@ -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.
|
||||||
@@ -56,7 +56,7 @@ prerelease: alpha
|
|||||||
# This is appended to the `version` after `prerelease`. This should be
|
# This is appended to the `version` after `prerelease`. This should be
|
||||||
# incremented if you release an updated package of the same upstream version,
|
# incremented if you release an updated package of the same upstream version,
|
||||||
# and it should reset to 1 when bumping the version.
|
# and it should reset to 1 when bumping the version.
|
||||||
release: 1
|
#release: 1
|
||||||
|
|
||||||
# Section.
|
# Section.
|
||||||
# This is only used by the deb packager.
|
# This is only used by the deb packager.
|
||||||
|
|||||||
Reference in New Issue
Block a user