9292 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
9393 env :
9494 TAG_NAME : ${{ github.event.inputs.tag-name }}
95+
96+ - name : Create and push tag
97+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
9598 with :
9699 script : |
97100 const tag = process.env.TAG_NAME
@@ -114,6 +117,31 @@ jobs:
114117 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
115118 with :
116119 name : ${{ github.event.inputs.tag-name }}
120+ tag-name : ${{ github.event.inputs.tagName }}
121+ chapters : |
122+ - { title: No entry 🚫, label: duplicate }
123+ - { title: Breaking Changes 💥, label: breaking-change }
124+ - { title: New Features 🎉, label: enhancement }
125+ - { title: Bugfixes 🛠, label: bug }
126+ - { title: Infrastructure ⚙️, label: infrastructure }
127+ - { title: Silent-live 🤫, label: silent-live }
128+ - { title: Documentation 📜, label: documentation }
129+ - { title: Closed Epics 📚, label: epic }
130+ duplicity-scope : ' service'
131+ duplicity-icon : ' 🔁'
132+ warnings : true
133+ skip-release-notes-labels : " no RN"
134+ print-empty-chapters : false
135+ row-format-issue : ' _{title}_ {developed-by} {co-authored-by} in #{number}'
136+ row-format-pr : ' _{title}_ {developed-by} {co-authored-by} in #{number}'
137+ row-format-link-pr : true
138+
139+ - name : Create draft release
140+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
141+ env :
142+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
143+ with :
144+ name : ${{ github.event.inputs.tagName }}
117145 body : ${{ steps.generate_release_notes.outputs.release-notes }}
118146 tag_name : ${{ github.event.inputs.tag-name }}
119147 draft : true
0 commit comments