Debian: Correctly generate changelog entries (#7945)
This commit is contained in:
Vendored
+3
-2
@@ -1,7 +1,8 @@
|
||||
#!/usr/bin/bash
|
||||
export DEBFULLNAME="GitHub Actions"
|
||||
export DEBEMAIL="github-actions[bot]@users.noreply.github.com"
|
||||
PKG_VERSION=$(python3 bin/buildinfo.py short)
|
||||
|
||||
dch --newversion "$PKG_VERSION.0" \
|
||||
--distribution UNRELEASED \
|
||||
"GitHub Actions Automatic version bump"
|
||||
--distribution unstable \
|
||||
"Version $PKG_VERSION"
|
||||
Reference in New Issue
Block a user