Skip to content

Commit d6c7c5a

Browse files
Update rz.py
1 parent 310d82e commit d6c7c5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/rz.py

+6
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,11 @@ def print_art():
123123
elif command == 'cleanup':
124124
cleanup()
125125

126+
elif command == 'check':
127+
if parse_release_note().strip() == '':
128+
print('ST_NO_CHANGES')
129+
else:
130+
print('ST_HAS_CHANGES')
131+
126132
else:
127133
print('ERROR: Invalid command!')

0 commit comments

Comments
 (0)