X Tutup
Skip to content

Commit cbecae7

Browse files
author
Nate Smith
authored
Merge pull request cli#184 from github/release-notes
Automatically collect PR titles into `changelog.json`
2 parents ade69a4 + fed380b commit cbecae7

File tree

10 files changed

+11639
-15
lines changed

10 files changed

+11639
-15
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: 'Create a changelog'
2+
description: 'Create a changelog draft based on merged PR titles'
3+
author: 'probablycorey'
4+
runs:
5+
using: 'node12'
6+
main: './lib/index.js'

0 commit comments

Comments
 (0)
X Tutup