Skip to content

Commit e567ae3

Browse files
authored
Update instructions patch version
1 parent c6b6dc6 commit e567ae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/DevelopersTips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ here. It is not sanitized or organized. Just a brain dump.
1515
1. checkout last tagged version, e.g. `git checkout v0.26.1`
1616
2. branch, e.g. `git checkout -b branch_v0.26.2`
1717
2. cherry-pick the commit from master, e.g. `git cherry-pick b187ddbe52058d53a9bbf3cbdd53121c6b936cd8`
18-
2. push the branch upstream, e.g. `git push upstream -u branch_v0.26.2`
1918
3. change version in CMakeLists and commit
19+
2. push the branch upstream, e.g. `git push upstream -u branch_v0.26.2`
2020
5. tag, e.g. `git tag -a v0.26.2 -m "v0.26.2"`
2121
4. push the tag upstream, e.g. `git push upstream v0.26.2`
2222
6. Release in github using this tag

0 commit comments

Comments
 (0)