File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ jobs:
1717 - uses : actions/checkout@v4
1818
1919 - name : Create GitHub Release
20- uses : actions/create-release@v1
21- env :
22- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20+ uses : softprops/action-gh-release@v1
2321 with :
24- tag_name : ${{ github.ref_name }}
25- release_name : Release ${{ github.ref_name }}
22+ name : " 🚀 Shelly Manager ${{ github.ref_name }}"
23+ generate_release_notes : true
24+ prerelease : ${{ contains(github.ref_name, '-') }}
25+ draft : true
26+
2627 body : |
27- ## Docker Images
28+ ## 🐳 Docker Images
2829
29- 🐳 **Available Docker Images:**
30+ **Available Docker Images:**
3031 - `${{ env.IMAGE_PREFIX }}-api:${{ github.ref_name }}`
3132 - `${{ env.IMAGE_PREFIX }}-cli:${{ github.ref_name }}`
3233 - `${{ env.IMAGE_PREFIX }}-web:${{ github.ref_name }}`
3334
34- ## Quick Start
35-
35+ ## 🚀 Quick Start
3636 ```bash
3737 # Run API server
3838 docker run -p 8000:8000 ${{ env.IMAGE_PREFIX }}-api:${{ github.ref_name }}
@@ -44,11 +44,10 @@ jobs:
4444 docker run -p 8080:8080 ${{ env.IMAGE_PREFIX }}-web:${{ github.ref_name }}
4545 ```
4646
47- ## Changes
47+ ## 📋 What's Changed
4848
49- See the commits since the previous release for detailed changes.
50- draft : false
51- prerelease : ${{ contains(github.ref_name, '-') }}
49+ env :
50+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5251
5352 build-and-push-all :
5453 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments