Skip to content

Commit

Permalink
remove branch name requirement from releasing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Apr 7, 2021
1 parent efa9c88 commit 7d4e1f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The release worflow is to checkout a new `release/` branch from master, update t
- `README.md`: Bump the version in the header
- `src/SharedAssemblyInfo.cs`: Bump the versions in each property

- Commit these changes and push the new branch with the message "Start release branch for v1.2.3"
- Commit these changes and push the new branch
- Open a PR for this branch with the title `Release <version>`. Request a review from `@tznind` and `@rkm`
- If there are any further changes which need to be included in the release PR, then these can be merged into the release branch from `master`
- Wait for the PR to be reviewed and merged
Expand All @@ -71,7 +71,6 @@ Hotfixes are small patches which are created in response to some show-stopper bu
The process is similar to above, except:

- The branch name should be `hotfix/v...`
- The commit message should be "Start hotfix branch for v1.2.3"
- The PR should be titled `Hotfix <version>`

<!-- Links -->
Expand Down

0 comments on commit 7d4e1f6

Please sign in to comment.