Add information about monthly tag

This commit is contained in:
Timothy 2025-07-29 09:44:18 +02:00
parent c131a37a24
commit 9dafbc1193
No known key found for this signature in database

View File

@ -90,9 +90,9 @@ They use the `version_code.txt` file, which is created on every release from the
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/).
:::
### On pre-release
### On pre-release or monthly tag
When a release is created in `pre-release` state, the `onPrereleased.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.
When a release is created in the `pre-release` state or when a monthly tag is pushed, the `prepareNextRelease.yml` workflow is triggered. This workflow creates a pull request that updates the `changelog_master.xml` file to reflect the new version. Manual approval of this pull request is required. This process helps keep the changelog version consistent with the app version.
## Summary of workflows
@ -103,7 +103,7 @@ When a release is created in `pre-release` state, the `onPrereleased.yml` workfl
| `weekly.yml` | Every Sunday at 4:00 AM | Create a pre-release and push the beta build to the Play Store. |
| `monthly.yml` | First day of the month | Create an initial version tag (`YYYY.MM.0`). |
| `release.yml` | Manual trigger | Promote the beta build to production. |
| `onPrereleased.yml` | On pre-release | Update `changelog_master.xml` in a PR. |
| `prepareNextRelease.yml` | On pre-release or monthly tag | Update `changelog_master.xml` in a PR. |
---