diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cc96d33..9d41e67 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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 }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 03c75c7..82cfccf 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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.]]>
- 0.2.0-beta.1
+ 0.2.0
agpl
Chen Asraf
AutoCurrency
diff --git a/release-please-config.json b/release-please-config.json
new file mode 100644
index 0000000..faf064f
--- /dev/null
+++ b/release-please-config.json
@@ -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"
+ }
+ ]
+}