You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `global_install` to show global npm installation instructions on the generated GitHub comment.
- Add `github_comment_included_packages` to allow including just some packages on the generated GitHub comment.
- Rename `custom_message` to `custom_message_prefix`
- Add `custom_message_suffix`
Co-Authored-By: Sam Rose <11774595+sam-b-rose@users.noreply.github.com>
Co-Authored-By: aveline <aveline@users.noreply.github.com>
Co-Authored-By: Isaac Roldán <isaac.roldan@gmail.com>
Copy file name to clipboardExpand all lines: action.yml
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,15 @@ inputs:
9
9
default: '/snapit'
10
10
branch:
11
11
description: Push the changes to a branch instead of publishing to the NPM registry.
12
-
custom_message:
13
-
description: Custom message to added to the beginning of the release GitHub comment.
12
+
custom_message_prefix:
13
+
description: Custom message added to the beginning of the snapit GitHub comment. By default a generic message is shown.
14
+
custom_message_suffix:
15
+
description: Custom message added to the end of the snapit GitHub comment.
16
+
global_install:
17
+
description: If true, the GitHub comment will show instructions to install a global npm package instead of the normal JSON dependencies.
18
+
github_comment_included_packages:
19
+
description: Which packages to include in the final output. All pacakges are still published, but only those in this list are shown in the final message. If empty, all packages are included.
0 commit comments