@@ -6,7 +6,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
... a GitHub action that builds your release notes fast, easy and exactly the way you want.
|
... a GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|||||||
+11
-4
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "release-changelog-builder-action",
|
"name": "release-changelog-builder-action",
|
||||||
"version": "1.0.0",
|
"version": "v1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Action to retrieve merged pull requests for a release, and construct the changelog",
|
"description": "A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
@@ -19,8 +19,15 @@
|
|||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
"node",
|
"changelog",
|
||||||
"setup"
|
"release-notes",
|
||||||
|
"release",
|
||||||
|
"notes",
|
||||||
|
"change",
|
||||||
|
"release-automation",
|
||||||
|
"pull-requests",
|
||||||
|
"issues",
|
||||||
|
"labels"
|
||||||
],
|
],
|
||||||
"author": "Mike Penz",
|
"author": "Mike Penz",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user