Related problem
We have to manually trigger the build of a new version of docs each time we release.
Proposed feature
All that needs to happen is
- Check out the
source branch of this repository.
- Tag the HEAD with
v{semver}-source with v{semver} == the tag of the new release of C-PAC.
- Push the tag to this repository.
A GitHub action is probably the simplest route to automate this behavior.
Alternatives
Related problem
We have to manually trigger the build of a new version of docs each time we release.
Proposed feature
All that needs to happen is
sourcebranch of this repository.v{semver}-sourcewithv{semver} ==the tag of the new release of C-PAC.A GitHub action is probably the simplest route to automate this behavior.
Alternatives