Update Workflow

M M Arif 2024-03-12 09:55:15 +00:00
parent 323b285c35
commit 6a4f66d1e0
1 changed files with 1 additions and 1 deletions

@ -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.