Skip to content

Commit 79b5365

Browse files
Merge pull request #58 from OpenAstroTech/task/js/misc-ci-updates
Misc CI updates
2 parents 600a274 + 785bb1f commit 79b5365

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
![](https://img.shields.io/github/downloads/OpenAstroTech/OATFWGUI/${{ github.ref_name }}/total)
206210
fail_on_unmatched_files: true
207211
files: artifacts/*/*.zip

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5252
Open `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`

0 commit comments

Comments
 (0)