We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
source
v{semver}-source
v{semver} ==
A GitHub action is probably the simplest route to automate this behavior.
Alternatives
The text was updated successfully, but these errors were encountered:
It would also be nice to publish a release in this repository for the versioned tag
Sorry, something went wrong.
shnizzedy
No branches or pull requests
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
source
branch of this repository.v{semver}-source
withv{semver} ==
the tag of the new release of C-PAC.A GitHub action is probably the simplest route to automate this behavior.
Alternatives
The text was updated successfully, but these errors were encountered: