-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39d6a4b
commit 2688fd7
Showing
11 changed files
with
18,775 additions
and
12,778 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,19 +1,23 @@ | ||
name: GitHub Release to Noticeable | ||
description: Send GitHub Releases to Noticeable | ||
runs: | ||
using: docker | ||
image: Dockerfile | ||
using: node12 | ||
main: dist/index.js | ||
branding: | ||
icon: mail | ||
color: white | ||
inputs: | ||
tags: | ||
description: Comma separated list of tags to add for any releases in this repo | ||
default: "" | ||
default: '' | ||
release_prefix: | ||
description: Add a prefix to any releases. Useful when the release name is v1.2.3 and you want to add the repo name too | ||
default: "" | ||
description: >- | ||
Add a prefix to any releases. Useful when the release name is v1.2.3 and | ||
you want to add the repo name too | ||
default: '' | ||
disable_repo_link: | ||
description: Set to true to hide the repo URL in the changelog entry. Useful when repos are private | ||
description: >- | ||
Set to true to hide the repo URL in the changelog entry. Useful when repos | ||
are private | ||
draft: | ||
description: Add the changelog entry as a draft |
Oops, something went wrong.