phips28 / gh-action-bump-version

GitHub Action for automated npm version bump.
MIT License
336 stars 249 forks source link

feat: Added silent flag to npm version script, to avoid unwanted npm output #250

Closed yuvalshilo closed 3 months ago

yuvalshilo commented 3 months ago

Added the --silent flag to the npm version script, to avoid unwanted output that breaks the parsing issue: https://github.com/phips28/gh-action-bump-version/issues/249