kopia lustrzana https://github.com/meshtastic/firmware
1.2.29 get ready for automated releases
rodzic
531600f5ab
commit
640cc82103
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue