Updating the workflow, now with less branch renames.
This commit is contained in:
parent
1ed31d22e9
commit
8be607a81b
13
.github/workflows/README.md
vendored
Normal file
13
.github/workflows/README.md
vendored
Normal 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.
|
||||||
2
.github/workflows/development-binaries.yaml
vendored
2
.github/workflows/development-binaries.yaml
vendored
@ -3,7 +3,7 @@ name: Development Binaries
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev/1.6.x
|
- development
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
binaries:
|
binaries:
|
||||||
|
|||||||
2
.github/workflows/development-tag.yaml
vendored
2
.github/workflows/development-tag.yaml
vendored
@ -3,7 +3,7 @@ name: Development Tag
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev/1.6.x
|
- development
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|||||||
@ -7,8 +7,8 @@
|
|||||||
* [ ] I have read the code of conduct.
|
* [ ] I have read the code of conduct.
|
||||||
* [ ] I am submitting to the correct base branch
|
* [ ] I am submitting to the correct base branch
|
||||||
<!--
|
<!--
|
||||||
* Bug fixes must go to `dev/1.5.x`.
|
* Bug fixes for 'stable' versions must go to `patch`.
|
||||||
* New features must go to `dev/1.6.x`.
|
* New features and fixes for 'edge' version must go to `development`.
|
||||||
-->
|
-->
|
||||||
### Changes that modify the db structure
|
### Changes that modify the db structure
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user