generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from warpdotdev/aloke/generate_changelog
Add action that generates changelog
- Loading branch information
Showing
13 changed files
with
24,808 additions
and
427 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
name: 'Your name here' | ||
description: 'Provide a description here' | ||
author: 'Your name or organization here' | ||
name: 'Generate Warp Changelog' | ||
description: 'Generates a Warp changelog for a given version and release channel' | ||
author: 'warpdotdev' | ||
inputs: | ||
milliseconds: # change this | ||
github_auth_token: | ||
required: true | ||
description: 'input description here' | ||
default: 'default value if applicable' | ||
description: 'The auth token to authenticate requests to the GitHub API' | ||
version: | ||
required: true | ||
description: 'The current version of the app the changelog should be generated for' | ||
channel: | ||
required: true | ||
description: 'The channel the changelog should be generated for. One of stable/beta/dev.' | ||
outputs: | ||
changelog: | ||
description: 'The generated changelog, as JSON' | ||
|
||
runs: | ||
using: 'node16' | ||
main: 'dist/index.js' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.