Update Workflow
parent
323b285c35
commit
6a4f66d1e0
|
@ -17,4 +17,4 @@ All the code going to main will be through PRs. No direct pushes are allowed to
|
|||
If you want to contribute please read the [contribution wiki](https://codeberg.org/gitnex/GitNex/wiki/Contributing).
|
||||
|
||||
## Notes on bug fix releases
|
||||
GitNex has the **main** branch as a tip branch and has version branches such as **release-1.0**. **release-1.0** is a release branch and will be tagged as **1.0.0**. If **1.0.0** has bugs, pull requests will be merged to **release-1.0** branch and publish a **1.0.1** tag, with a fast forward merge to **main** too.
|
||||
GitNex has the **main** branch as the tip branch and has version branches such as **release-1.0**. The **release-1.0** branch serves as a release branch and will be tagged as **1.0.0**. If **1.0.0** has bugs, pull requests will be merged to the **release-1.0** branch, and a **1.0.1** tag will be published, along with a fast-forward merge to the **main** branch.
|
Loading…
Reference in New Issue