Skip to content

Commit

Permalink
fix: inform that release management is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Dec 22, 2023
1 parent f46a39e commit ee0ce6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/release.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ def release_me(**kwargs):
tools = ["//hack:do-i-need-to-be-released.sh"],
visibility = ["//visibility:private"],
)
else:
print("Release management is deactivated")

0 comments on commit ee0ce6a

Please sign in to comment.