diff --git a/Workflow.md b/Workflow.md index e7b4953..ed7957d 100644 --- a/Workflow.md +++ b/Workflow.md @@ -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. \ No newline at end of file +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. \ No newline at end of file