1- name : " Step 1: Prep Release"
1+ name : ' Step 1: Prep Release'
22on :
33 workflow_dispatch :
44 inputs :
55 version_spec :
6- description : " New Version Specifier"
7- default : " next"
6+ description : ' New Version Specifier'
7+ default : ' next'
88 required : false
99 branch :
10- description : " The branch to target"
10+ description : ' The branch to target'
1111 required : false
1212 post_version_spec :
13- description : " Post Version Specifier"
13+ description : ' Post Version Specifier'
1414 required : false
15- # silent:
16- # description: "Set a placeholder in the changelog and don't publish the release."
17- # required: false
18- # type: boolean
15+ silent :
16+ description : " Set a placeholder in the changelog and don't publish the release."
17+ required : false
18+ type : boolean
1919 since :
20- description : " Use PRs with activity since this date or git reference"
20+ description : ' Use PRs with activity since this date or git reference'
2121 required : false
2222 since_last_stable :
23- description : " Use PRs with activity since the last stable git tag"
23+ description : ' Use PRs with activity since the last stable git tag'
2424 required : false
2525 type : boolean
2626jobs :
@@ -37,12 +37,12 @@ jobs:
3737 with :
3838 token : ${{ secrets.GITHUB_TOKEN }}
3939 version_spec : ${{ github.event.inputs.version_spec }}
40- # silent: ${{ github.event.inputs.silent }}
40+ silent : ${{ github.event.inputs.silent }}
4141 post_version_spec : ${{ github.event.inputs.post_version_spec }}
4242 branch : ${{ github.event.inputs.branch }}
4343 since : ${{ github.event.inputs.since }}
4444 since_last_stable : ${{ github.event.inputs.since_last_stable }}
4545
46- - name : " ** Next Step **"
46+ - name : ' ** Next Step **'
4747 run : |
4848 echo "Optional): Review Draft Release: ${{ steps.prep-release.outputs.release_url }}"
0 commit comments