googleapis / release-please-action

automated releases based on conventional commits
Apache License 2.0
1.61k stars 207 forks source link

doc: add version in outputs document #936

Open AnzhiZhang opened 6 months ago

AnzhiZhang commented 6 months ago

version is included in the outputs, and it would be helpful to use instead of combine with major, minor, and patch.

See also:

https://github.com/google-github-actions/release-please-action/blob/cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e/src/index.ts#L162-L193

https://github.com/googleapis/release-please/blob/72b0ab360c3d6635397e8b02f4d3f9f53932e23c/src/manifest.ts#L273-L280

Silthus commented 5 months ago

Please merge this, really makes it easier to implement the action. Before I found this I combined the version myself and was wondering why there is not such an output...