File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
4242 run : ls -lh builds/
4343
4444 - name : Create Release
45+ uses : docker://antonyurchenko/git-release:v5
4546 env :
46- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47- run : |
48- if [ "$PRE_RELEASE" = "true" ]; then
49- gh release create "$PACKAGE_VERSION" builds/* --title "Release $PACKAGE_VERSION" --prerelease
50- else
51- gh release create "$PACKAGE_VERSION" builds/* --title "Release $PACKAGE_VERSION"
52- fi
47+ GITHUB_TOKEN : ${{ secrets.PAT }}
48+ DRAFT_RELEASE : false
49+ PRE_RELEASE : ${{ env.PRE_RELEASE }}
50+ CHANGELOG_FILE : CHANGELOG.md
51+ with :
52+ args : builds/*
Original file line number Diff line number Diff line change 11# Changelog
22
3- All notable changes to this project will be documented in this file.
4-
5- The format is based on [ Common a Changelog] ( https://common-changelog.org ) ,
6- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7-
83## [ 1.0.0-beta.1] - 2025-07-08
94
105_ First pre-release._
You can’t perform that action at this time.
0 commit comments