We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e60d07 commit 660e0f9Copy full SHA for 660e0f9
.github/workflows/release.yml
@@ -42,5 +42,6 @@ jobs:
42
# Use GH feature to populate the changelog automatically
43
generate_release_notes: true
44
body_path: release_notes.txt
45
+ prerelease: ${contains(github.ref, "-rc")}
46
fail_on_unmatched_files: true
47
files: rules_python-*.tar.gz
0 commit comments