You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildtest/README.md

11 lines
183 B
Markdown

12 months ago
# Release Testing
## NoRelease
```
pyb dev prepare_release publish tag_bump_and_push_release
```
## Release
```
pyb [patch|minor|major] prepare_release tag_bump_and_push_release
```