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
Currently tests are only run on the testing branch, and there is no automated publish.
CD workflow should look something like:
integration
@dev:testing
git push
testing
git tag
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently tests are only run on the testing branch, and there is no automated publish.
CD workflow should look something like:
integration
the default branch so that PRs open tointegration
by defaultintegration
to publish the orb as@dev:testing
andgit push
to thetesting
branchtesting
branchgit tag
with the version, andgit push
to masterThe text was updated successfully, but these errors were encountered: