github suzuki-shunsuke/github-comment v2.0.0

latest releases: v6.3.0, v6.3.0-1, v6.2.1...
3 years ago

Changelog

v1.14.2...v2.0.0
milestone

#169 #170 fix: add the option -stdin-template to post command

BREAKING CHANGE: To read stdin as the template, we must specify the option -stdin-template

AS IS

echo hello | github-comment post

From v2.0.0, in case of the above command, the standard input will be ignored and the default template will be used.

TO BE

echo hello | github-comment post -stdin-template

Don't miss a new github-comment release

NewReleases is sending notifications on new releases.