1
0
Fork 0

Merging upstream version 0.12.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-10 06:39:52 +01:00
parent f45bc3d463
commit 8d2f70e3c7
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
77 changed files with 23610 additions and 2331 deletions

25
.github/release.md vendored
View file

@ -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`