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
#87 added versioning/release policies, plus a script that helps to enforce them. One of the policies is:
Merges with 'master' must be followed by a git tag for the new version number.
This policy is not enforced by the script, as the script is auto-executed on PRs, but this policy would need to be enforced post-merge.
It would be nice to either:
The text was updated successfully, but these errors were encountered:
I really like the idea of auto-tag on merge to master, we could use something like this GitHub Action to enable that workflow https://github.com/marketplace/actions/automatic-releases
Sorry, something went wrong.
The Agent integrations workflows might be helpful to read, too...
Cc @ofek
otherwise insistently remind the maintainer to tag the release
We could have the release policy checker script on Travis post these lines as a comment using the GitHub API.
Might be a fun self-contained task for a student (cc @SantiagoTorres, @adityasaky)
We did this in #148
No branches or pull requests
#87 added versioning/release policies, plus a script that helps to enforce them. One of the policies is:
This policy is not enforced by the script, as the script is auto-executed on PRs, but this policy would need to be enforced post-merge.
It would be nice to either:
The text was updated successfully, but these errors were encountered: