- initial import of original source from https://github.com/nblagoev/pull-release-notes

- adjust action specifications
This commit is contained in:
Mike Penz
2020-10-16 09:51:24 +02:00
parent 8fe22768b5
commit 8944338c36
13 changed files with 2171 additions and 1455 deletions
+6 -3
View File
@@ -1,11 +1,14 @@
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'Release Changelog Builder'
description: 'Pulls all merged pull requests, and constructs the changelog for a release'
author: 'Mike Penz'
inputs:
milliseconds: # change this
required: true
description: 'input description here'
default: 'default value if applicable'
outputs:
changelog:
description: The generated changelog as markdown.
runs:
using: 'node12'
main: 'dist/index.js'