Skip to content

Commit 4fc3b30

Browse files
Fix typo in release procedure
Signed-off-by: Jérôme Jutteau <jerome.jutteau@outscale.com>
1 parent c67d474 commit 4fc3b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ merged - if you have ten small, unrelated changes, then go ahead and submit ten
4242
# How to release
4343

4444
- Be sure to fetch upstream master `git fetch origin`
45-
- Create new release branch `git branch -b v1.x.x origin/master` following [semantic versioning 2.0.0](https://semver.org/)
45+
- Create new release branch `git checkout -b v1.x.x origin/master` following [semantic versioning 2.0.0](https://semver.org/)
4646
- Edit `osc_sdk/sdk.py` and update `SDK_VERSION`
4747
- Update `setup.py` to update `version`
4848
- Run all tests with `make test`

0 commit comments

Comments
 (0)