mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-28 20:24:25 +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: |
|
||||
pip install -r bin/bump_metainfo/requirements.txt -q
|
||||
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
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
|
@ -87,8 +87,7 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="v2.6.4.b89355f" date="2025-04-10">
|
||||
<url type="details">https://github.com/meshtastic/firmware/releases/tag/v2.6.4.b89355f</url>
|
||||
</release>
|
||||
<release version="2.6.5" date="2025-04-09" />
|
||||
<release version="2.6.4" date="2025-03-29" />
|
||||
</releases>
|
||||
</component>
|
Loading…
Reference in New Issue
Block a user