Update 'Workflow'

M M Arif 2022-07-31 07:47:40 +02:00
parent 9ba8cb89e0
commit 523d69621b
1 changed files with 2 additions and 2 deletions

@ -13,8 +13,8 @@
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/wiki/Contributing).
All the code going to main will be through PRs even from the main developer. No direct pushes are allowed to **main**.
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.