git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/nfpm/nfpm.yaml.skel
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2024-06-16 13:21:43 +0200
committerH. P. <coding _æ_ lirion.de> 2024-06-16 13:21:43 +0200
commit841414fe2e6fc0b88c7da4251cc326895023b562 (patch)
treefcc0863904ae1843ec9a083a22e22550206443f1 /nfpm/nfpm.yaml.skel
parentb863c79b58dca3a55c4cdd898b179d680d9de69f (diff)
downloadlirion-initfunctions-841414fe2e6fc0b88c7da4251cc326895023b562.tar.bz2
include changelog init in make, remove prerelease and git stings from version
Diffstat (limited to 'nfpm/nfpm.yaml.skel')
-rw-r--r--nfpm/nfpm.yaml.skel4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfpm/nfpm.yaml.skel b/nfpm/nfpm.yaml.skel
index e76b8eb..c5a775b 100644
--- a/nfpm/nfpm.yaml.skel
+++ b/nfpm/nfpm.yaml.skel
@@ -42,14 +42,14 @@ epoch: 1
# 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
# semver compatible, then this replaces the prerelease component of the semver.
-prerelease: wtf1
+#prerelease: wtf1
# Version Metadata (previously deb.metadata).
# Default is extracted from `version` if it is semver compatible.
# Setting metadata might interfere with version comparisons depending on the
# packager. If the `version` is semver compatible, then this replaces the
# version metadata component of the semver.
-version_metadata: git
+#version_metadata: git
# Version Release, aka revision.
# This will expand any env var you set in the field, e.g. release: ${VERSION_RELEASE}