File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,16 @@ reported the issue. Please try to include as much information as you can.
1919First you will need to update the ` version ` in the [ ` pyproject.toml ` ] ( ./pyproject.toml ) file. Next you need to merge the
2020change 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-
2422Then 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
3634All done!
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " report2junit"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " `report2junit` is a tool that converts various reports into the JUnit format."
55authors = [" Joris Conijn <joris@conijnonline.nl>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments