ci: set version on xml

This commit is contained in:
2024-12-03 04:20:48 +02:00
parent d85037d769
commit 5c8c10bbbc
3 changed files with 12 additions and 2 deletions

View File

@@ -81,7 +81,6 @@ jobs:
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple
- name: Upload Release Artifacts
if: ${{ steps.release.outputs.release_created }}

View File

@@ -38,7 +38,7 @@ just a small amount to help sustain this project, I would be very very thankful!
I welcome any issues or pull requests on GitHub. If you find a bug, or would like a new feature,
don't hesitate to open an appropriate issue and I will do my best to reply promptly.]]></description>
<version>0.2.0-beta.1</version>
<version>0.2.0</version>
<licence>agpl</licence>
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
<namespace>AutoCurrency</namespace>

View File

@@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"extra-files": [
{
"type": "xml",
"path": "appinfo/info.xml",
"xpath": "/info/version"
}
]
}