Workflows require a reference that is a branch, tag, or commit. It is easier to read if a release is created resulting in a release tag. This is the first release and will be assigned the v1.0.0 tag.
Considerations:
All parts of the reusable workflows will use the same tag.
A change to the any of the related workflows will require...
determine the next version according to semver
each part of the related reusable workflows will need to be updated to reference each other at the new version
after merged to main, create a release at the new version
There are other tools maintained in this repository. Any of them need to be able to create a release. No need to update the reusable workflows' version if none of the related workflows are changed.
Related Workflows
This PR is setting the following related workflows to the v1.0.0 version. This is required ahead of creating the release so they are all on the v1.0.0 tag.
Description
Workflows require a reference that is a branch, tag, or commit. It is easier to read if a release is created resulting in a release tag. This is the first release and will be assigned the v1.0.0 tag.
Considerations:
Related Workflows
This PR is setting the following related workflows to the v1.0.0 version. This is required ahead of creating the release so they are all on the v1.0.0 tag.