Updating the workflow, now with less branch renames.

This commit is contained in:
vexorian 2025-12-14 21:12:04 -04:00
parent 1ed31d22e9
commit 8be607a81b
4 changed files with 17 additions and 4 deletions

13
.github/workflows/README.md vendored Normal file
View File

@ -0,0 +1,13 @@
# The workflow
edge main
^ \ ^
| \------2--\ |
1 \ 3
| \ |
development <-4-- patch
1. Releasing a new 'edge' version.
2. Moving an 'edge' version to stable.
3. Releasing a stable version
4. Aligning bug fixes with the new features.

View File

@ -3,7 +3,7 @@ name: Development Binaries
on:
push:
branches:
- dev/1.6.x
- development
jobs:
binaries:

View File

@ -3,7 +3,7 @@ name: Development Tag
on:
push:
branches:
- dev/1.6.x
- development
jobs:
docker:

View File

@ -7,8 +7,8 @@
* [ ] I have read the code of conduct.
* [ ] I am submitting to the correct base branch
<!--
* Bug fixes must go to `dev/1.5.x`.
* New features must go to `dev/1.6.x`.
* Bug fixes for 'stable' versions must go to `patch`.
* New features and fixes for 'edge' version must go to `development`.
-->
### Changes that modify the db structure