git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/nfpm/Makefile
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/Makefile
parentb863c79b58dca3a55c4cdd898b179d680d9de69f (diff)
downloadlirion-initfunctions-841414fe2e6fc0b88c7da4251cc326895023b562.tar.bz2
include changelog init in make, remove prerelease and git stings from version
Diffstat (limited to 'nfpm/Makefile')
-rw-r--r--nfpm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/nfpm/Makefile b/nfpm/Makefile
index 0224e8a..46eeb65 100644
--- a/nfpm/Makefile
+++ b/nfpm/Makefile
@@ -1,4 +1,4 @@
-all: skel build
+all: skel chglog build
skel:
@grep -vP '^[\t\ ]*#' nfpm.yaml.skel | tr -s '\n' > nfpm.yaml
@@ -10,3 +10,6 @@ build-deb:
build-rpm:
@nfpm pkg --packager rpm --target ./build/
+
+chglog:
+ @chglog init