Skip to content

Commit d7da9f8

Browse files
author
Joris Conijn
authored
chore: bump version and tweak release procedure (#34)
1 parent 7da46c7 commit d7da9f8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@ reported the issue. Please try to include as much information as you can.
1919
First you will need to update the `version` in the [`pyproject.toml`](./pyproject.toml) file. Next you need to merge the
2020
change to the `main` branch using a pull request.
2121

22-
Lookup the generated release notes, they are listed as draft. Copy them to a temporary file for later use.
23-
2422
Then you need to create a new release. You can do this by creating a tag and push it to the remote:
2523

2624
```bash
2725
git tag v$(awk '/version/{print $NF}' pyproject.toml | sed 's/\"//g')
2826
git push --tags
2927
```
3028

31-
This will trigger the GitHub Actions [`release`](.github/workflows/release.yml) workflow.
29+
This will trigger the GitHub Actions [`release`](.github/workflows/release.yml) workflow. When the release process is
30+
done. You need to create a pull request from `develop` to `main` and merge it.
3231

33-
Create a pull request from `develop` to `main` and merge it. Go to the releases section on GitHub and update the new
34-
release with the previously stored release notes.
32+
Then you need to the releases section on GitHub and publish the new release.
3533

3634
All done!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "report2junit"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "`report2junit` is a tool that converts various reports into the JUnit format."
55
authors = ["Joris Conijn <joris@conijnonline.nl>"]
66
license = "MIT"

0 commit comments

Comments
 (0)