mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 09:06:02 +00:00
1.2.29 get ready for automated releases
This commit is contained in:
parent
531600f5ab
commit
640cc82103
9
bin/promote-release.sh
Executable file
9
bin/promote-release.sh
Executable file
@ -0,0 +1,9 @@
|
||||
echo "This script is only for developers who are publishing new builds on github. Most users don't need it"
|
||||
|
||||
VERSION=`bin/buildinfo.py`
|
||||
|
||||
# Must have a V prefix to trigger github
|
||||
git tag "v${VERSION}"
|
||||
git push root "v${VERSION}" # push the tag
|
||||
|
||||
echo "Tag ${VERSION} pushed to github, github actions should now be building the draft release. If it seems good, click to publish it"
|
@ -1,4 +1,4 @@
|
||||
[VERSION]
|
||||
major = 1
|
||||
minor = 2
|
||||
build = 28
|
||||
build = 29
|
||||
|
Loading…
Reference in New Issue
Block a user