File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ changelog :
2+ exclude :
3+ labels :
4+ - chore
5+ - github_actions
6+ categories :
7+ - title : Breaking Changes 🛠
8+ labels : [ breaking-change ]
9+
10+ - title : Exciting New Features 🎉
11+ labels : [ enhancement ]
12+
13+ - title : Bug Fixes 🎉
14+ labels : [ bug ]
15+
16+ - title : Dependency Updates
17+ labels : [ dependencies ]
18+
19+ - title : Less Exciting Things
20+ labels : [ "*" ]
Original file line number Diff line number Diff line change 3333 run : echo -e "gradle.publish.key=$GRADLE_PUBLISH_KEY\ngradle.publish.secret=$GRADLE_PUBLISH_SECRET" > gradle.properties
3434 - name : Build with Gradle
3535 run : ./gradlew build -x test publishPlugins
36+
37+ create-gh-release :
38+ needs : [publish]
39+ runs-on : ubuntu-latest
40+ permissions :
41+ contents : write
42+ steps :
43+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3.0.0
44+ - name : Create GitHut Release
45+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v0.1.15
46+ with :
47+ generate_release_notes : true
You can’t perform that action at this time.
0 commit comments