mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
8 lines
232 B
Bash
Executable File
8 lines
232 B
Bash
Executable File
#!/usr/bin/bash
|
|
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"
|