You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/android/ci.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,13 @@ The [F-Droid](https://f-droid.org) store builds the applications themselves when
87
87
They use the `version_code.txt` file, which is created on every release from the `main` branch, for the app's versioning.
88
88
89
89
:::warning
90
-
We do not guarantee when the applications will be available on F-Droid after a release. You can find the app [here](https://f-droid.org/packages/io.homeassistant.companion.android.minimal/).
90
+
We do not guarantee when the applications will be available on F-Droid after a release. You can find the app [on F-Droid](https://f-droid.org/packages/io.homeassistant.companion.android.minimal/).
91
91
:::
92
92
93
+
### On tag
94
+
95
+
When a tag that matches the [CalVer] versioning format is pushed, the `onTag.yml` workflow is triggered. This workflow generates a new pull request with an updated `changelog_master.xml` file reflecting the new version. Manual approval of this pull request is required. This process helps keep the changelog version aligned with the app version.
96
+
93
97
## Summary of workflows
94
98
95
99
| Workflow | Trigger | Goals |
@@ -99,6 +103,7 @@ We do not guarantee when the applications will be available on F-Droid after a r
99
103
|`weekly.yml`| Every Sunday at 4:00 AM | Create a pre-release and push the beta build to the Play Store. |
100
104
|`monthly.yml`| First day of the month | Create an initial version tag (`YYYY.MM.0`). |
101
105
|`release.yml`| Manual trigger | Promote the beta build to production. |
106
+
|`onTag.yml`| On tag matching [CalVer]| Update `changelog_master.xml` in a PR. |
0 commit comments