phips28 / gh-action-bump-version

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

[request] Document `newTag` output and how to consume it #251

Open douglasg14b opened 3 months ago

douglasg14b commented 3 months ago

I was able to find this in the code by searching for >> $GITHUB_OUTPUT, but not many folks will know how to find this information.

Documenting the output and how to consume it would probably help a lot of people who need to perform their own commit & tag (ie. if they need to sync this version bump across different files before making a commit)

phips28 commented 3 months ago

I would appreciate if you could do a PR for the docs 🙂