Update 'Workflow'

M M Arif 2022-03-05 11:56:30 +01:00
parent 9f23f106e9
commit 6598fbc07c
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ All the releases will be tagged for download with release notes.
## Pull Requests
All the code going to main will be through MRs even from the main developer. No direct pushes are allowed to **main**.
If you want to contribute please read the [contribution file here](https://codeberg.org/gitnex/GitNex/src/branch/main/CONTRIBUTING.md).
If you want to contribute please read the [contribution file here](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.