2023-07-06 15:53:19 +00:00
|
|
|
# Release Testing
|
|
|
|
## NoRelease
|
|
|
|
|
|
|
|
```
|
2023-07-06 16:00:11 +00:00
|
|
|
pyb dev prepare_release tag_bump_and_push_release
|
2023-07-06 15:53:19 +00:00
|
|
|
```
|
|
|
|
## Release
|
|
|
|
|
|
|
|
```
|
|
|
|
pyb [patch|minor|major] prepare_release tag_bump_and_push_release
|
2023-07-06 16:08:17 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Development & mirrors
|
|
|
|
|
|
|
|
Development happens at: https://repo.prod.meissa.de/meissa/build-test
|
|
|
|
|
|
|
|
Mirrors are:
|
|
|
|
|
|
|
|
* https://gitlab.com/domaindrivenarchitecture/build-test (issues and PR, CI)
|
|
|
|
|
|
|
|
For more details about our repository model see: https://repo.prod.meissa.de/meissa/federate-your-repos
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Copyright © 2021 meissa GmbH
|
|
|
|
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License")
|