updated libraries
This commit is contained in:
parent
d5d5d000b3
commit
3b7e68065a
102 changed files with 3020 additions and 1624 deletions
|
|
@ -24,10 +24,10 @@ Release notes should list highlight changes (not necessarily all minor bug fixes
|
|||
|
||||
Git commands to commit and tag release'
|
||||
```bash
|
||||
$ git commit -am "Rev 3.9.20 - Misc fixes"
|
||||
$ git tag 3.9.20 master
|
||||
$ git commit -am "Rev 3.10.1 - Bug fix for 3.10.0"
|
||||
$ git tag 3.10.1 master
|
||||
$ git push
|
||||
$ git push origin 3.9.20
|
||||
$ git push origin 3.10.1
|
||||
```
|
||||
|
||||
Then use the GitHub UI to make a new “Release”:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue