mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-24 03:31:14 +00:00
Debian: Correctly generate changelog entries (#7945)
This commit is contained in:
5
debian/ci_changelog.sh
vendored
5
debian/ci_changelog.sh
vendored
@@ -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