mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
Compare commits
2 Commits
v1.2.testi
...
v1.2.29.6c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c956591f8 | ||
|
|
640cc82103 |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
# - name: Startup
|
# - name: Startup
|
||||||
# run: echo "No action setup currently needed, skipping..."
|
# run: echo "No action setup currently needed, skipping..."
|
||||||
|
|
||||||
build:
|
ci-build:
|
||||||
# needs: setup
|
# needs: setup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
release-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|||||||
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]
|
[VERSION]
|
||||||
major = 1
|
major = 1
|
||||||
minor = 2
|
minor = 2
|
||||||
build = 28
|
build = 29
|
||||||
|
|||||||
Reference in New Issue
Block a user