File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,13 @@ jobs:
199199 zip -sf $zip_dist
200200 done
201201 - name : Publish GitHub release
202- uses : softprops/action-gh-release@v1
202+ uses : softprops/action-gh-release@v2
203203 with :
204204 name : ${{ github.ref_name }}
205205 generate_release_notes : true
206+ append_body : true
207+ body : |
208+
209+ 
206210 fail_on_unmatched_files : true
207211 files : artifacts/*/*.zip
Original file line number Diff line number Diff line change @@ -50,3 +50,7 @@ To run the widget designer you need python development libraries:
5050` source .venv/bin/activate && env PYSIDE_DESIGNER_PLUGINS=$(realpath ./OATFWGUI) pyside6-designer `
5151
5252Open ` main_widget.ui ` in the designer
53+
54+ ### Releasing a new version
55+ 1 . Bump version in ` OATFWGUI/_version.py `
56+ 2 . Run ` scripts/commit_and_tag_new_version.sh `
You can’t perform that action at this time.
0 commit comments