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 105ebb6 commit 4b434c2Copy full SHA for 4b434c2
script/release
@@ -35,7 +35,7 @@ GH_BASE_BRANCH = ENV['GH_BASE_BRANCH'] || 'master' # TODO: should we even allow
35
GH_STABLE_BRANCH = ""
36
37
# If PUBLISH is false, we leave the release in a draft state to be manually published later through the UI
38
-+PUBLISH = ENV['PUBLISH'] == 'true' || false
+PUBLISH = ENV['PUBLISH'] == 'true' || false
39
40
CHANGELOG_TMPL = '''<%= package_name %> (<%= package_version %>) UNRELEASED; urgency=medium
41
0 commit comments