Skip to content

Commit ebe5e3b

Browse files
authored
Merge pull request #24 from dnnsoftware/develop
Enable immutable release creation and draft reviews
2 parents 2a924bc + e5c4afa commit ebe5e3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
artifacts: Resources/*.zip
2727
body: Dnn ${{ github.event.repository.name }} version ${{ steps.version.outputs.versionString }}
28+
draft: true
29+
immutableCreate: true
2830
tag: v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
2931
# The Github token.
3032
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)