mirror of
https://github.com/vexorian/dizquetv.git
synced 2026-02-04 02:08:55 -06:00
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:
|
||||
push:
|
||||
branches:
|
||||
- dev/1.6.x
|
||||
- development
|
||||
|
||||
jobs:
|
||||
binaries:
|
||||
|
||||
2
.github/workflows/development-tag.yaml
vendored
2
.github/workflows/development-tag.yaml
vendored
@ -3,7 +3,7 @@ name: Development Tag
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev/1.6.x
|
||||
- development
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user