mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-29 04:25:50 +00:00
change version format
This commit is contained in:
parent
9fdb19b60f
commit
e9965a1d53
2
.github/workflows/release_channels.yml
vendored
2
.github/workflows/release_channels.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -r bin/bump_metainfo/requirements.txt -q
|
pip install -r bin/bump_metainfo/requirements.txt -q
|
||||||
chmod +x ./bin/bump_metainfo/bump_metainfo.py
|
chmod +x ./bin/bump_metainfo/bump_metainfo.py
|
||||||
./bin/bump_metainfo/bump_metainfo.py --file bin/org.meshtastic.meshtasticd.metainfo.xml "v${{ steps.version.outputs.short }}"
|
./bin/bump_metainfo/bump_metainfo.py --file bin/org.meshtastic.meshtasticd.metainfo.xml "${{ steps.version.outputs.short }}"
|
||||||
|
|
||||||
- name: Create metainfo.xml pull request
|
- name: Create metainfo.xml pull request
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v7
|
||||||
|
@ -87,8 +87,7 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="v2.6.4.b89355f" date="2025-04-10">
|
<release version="2.6.5" date="2025-04-09" />
|
||||||
<url type="details">https://github.com/meshtastic/firmware/releases/tag/v2.6.4.b89355f</url>
|
<release version="2.6.4" date="2025-03-29" />
|
||||||
</release>
|
|
||||||
</releases>
|
</releases>
|
||||||
</component>
|
</component>
|
Loading…
Reference in New Issue
Block a user