mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
6 lines
218 B
Bash
6 lines
218 B
Bash
|
#!/usr/bin/bash
|
||
|
export DEBEMAIL="github-actions[bot]@users.noreply.github.com"
|
||
|
dch --newversion "$(python3 bin/buildinfo.py short)-1" \
|
||
|
--distribution unstable \
|
||
|
"GitHub Actions Automatic version bump"
|