File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Changelog
2+ on :
3+ release :
4+ types :
5+ - created
6+ workflow_dispatch :
7+ inputs :
8+ author :
9+ description : ' Whether add author of pull request at the end or not'
10+ required : false
11+ default : true
12+ type : boolean
13+ sinceTag :
14+ description : ' Changelog will start after specified tag'
15+ required : true
16+ type : string
17+ jobs :
18+ changelog :
19+ runs-on : ubuntu-20.04
20+ steps :
21+ - name : ' ✏️ Generate release changelog'
22+ uses :
heinrichreimer/[email protected] 23+ with :
24+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication
25+ token : ${{ secrets.GITHUB_TOKEN }}
26+ sinceTag : ${{ inputs.sinceTag }}
27+ - name : show current directory
28+ run : pwd
29+ - name : show current directory structure
30+ run : ls -la
You can’t perform that action at this time.
0 commit comments