updated libraries

This commit is contained in:
stuce-bot 2025-06-30 21:41:49 +02:00
parent d5d5d000b3
commit 3b7e68065a
102 changed files with 3020 additions and 1624 deletions

View file

@ -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”: