Skip to content

Commit

Permalink
Updated version in the release a patch guidance (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichaela authored and Chris Compton committed Dec 6, 2023
1 parent 09435aa commit 6df1a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioning-and-branching.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Once a patch release is ready, the release can be made using the following Git c
```
git checkout main
git merge --no-ff release-1.2
git tag -a 1.2.1
git tag -a v1.2.1
git push --follow-tags
```

Expand Down

0 comments on commit 6df1a6b

Please sign in to comment.