Adding upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
28e863dd91
commit
e0857d13c1
77 changed files with 23610 additions and 2331 deletions
25
.github/release.md
vendored
25
.github/release.md
vendored
|
@ -17,22 +17,37 @@ It is configured to update:
|
|||
* pyproject.toml
|
||||
|
||||
For instance to bump a patch version:
|
||||
```
|
||||
bumpver update --patch
|
||||
|
||||
```bash
|
||||
bumpver update --patch --tag final
|
||||
```
|
||||
|
||||
and for a minor version
|
||||
|
||||
```
|
||||
bumpver update --minor
|
||||
```bash
|
||||
bumpver update --minor --tag final
|
||||
```
|
||||
|
||||
Tip: It is possible to check what the changes would be using `--dry`
|
||||
|
||||
```bash
|
||||
bumpver update --minor --tag final --dry
|
||||
```
|
||||
bumpver update --minor --dry
|
||||
|
||||
For a development version, you can use the following:
|
||||
|
||||
```bash
|
||||
bumpver update --minor --tag dev --tagnum --dry
|
||||
```
|
||||
|
||||
The following tag should be used:
|
||||
|
||||
- `dev`: for internal testing
|
||||
- `rc`: for release candidate testing
|
||||
|
||||
> ![INFORMATION]
|
||||
> This tags are not released to pypi and are only available via git installation.
|
||||
|
||||
## Creating release on Github
|
||||
|
||||
Create the release on Github with the appropriate tag `vx.x.x`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue