File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ changelog :
2+ categories :
3+ - title : Breaking changes
4+ labels : [breaking-change]
5+ - title : Features
6+ labels : [feature, enhancement]
7+ - title : Fixes
8+ labels : [fix, bug]
9+ - title : Maintenance
10+ labels : [chore, documentation, dependencies]
11+ - title : Other changes
12+ labels : ['*']
13+ exclude :
14+ labels : [skip-changelog]
15+ authors : [dependabot]
Original file line number Diff line number Diff line change 1+ name : release
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*.*.*'
7+
8+ permissions :
9+ contents : write
10+
11+ jobs :
12+ release :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
16+ with :
17+ fetch-depth : 0
18+ - name : Create GitHub release with generated notes
19+ env :
20+ GH_TOKEN : ${{ github.token }}
21+ run : gh release create "$GITHUB_REF_NAME" --verify-tag --generate-notes --title "$GITHUB_REF_NAME"
You can’t perform that action at this time.
0 commit comments