Skip to content

Commit 55d75f0

Browse files
committed
chore: auto compute prelease setting
1 parent 4e60d07 commit 55d75f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ jobs:
4242
# Use GH feature to populate the changelog automatically
4343
generate_release_notes: true
4444
body_path: release_notes.txt
45+
prerelease: ${{ contains(github.ref, '-rc') }}
4546
fail_on_unmatched_files: true
4647
files: rules_python-*.tar.gz

0 commit comments

Comments
 (0)