mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
fix: add changelog keyword
This commit is contained in:
parent
e5551f7ad6
commit
1275b21503
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
||||||
"npm",
|
"npm",
|
||||||
"github",
|
"github",
|
||||||
"git",
|
"git",
|
||||||
"release"
|
"release",
|
||||||
|
"changelog"
|
||||||
],
|
],
|
||||||
"author": "Jed Mao <jedmao@outlook.com>",
|
"author": "Jed Mao <jedmao@outlook.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue