Workflow template that updates all documentation with latest version on new tag
Open
documentation
enhancement
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We've automated bumping manifest files and tagging releases with our "Tag and Release" dispatch workflow.
It would be nice to automatically update all docs to use the latest version released, ie. in code examples in the `README`.
Perhaps this can be an additional `step` on the `Tag and Release` workflow. The `bump` step outputs the new version which could be fed into a subsequent step like so:
`${{steps.bump.outputs.version}}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.