Skip to content

Commit 8cc2bd5

Browse files
committed
📚 update gease command. moremoban/gease#2
1 parent 9f424ac commit 8cc2bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/setup.py.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.exe
259259
HERE = os.path.abspath(os.path.dirname(__file__))
260260

261261
{% if not external_module_library %}
262-
GS_COMMAND = ("gs {{name}} v{{release}} " +
262+
GS_COMMAND = ("gease {{name}} v{{release}} " +
263263
"Find {{release}} in changelog for more details")
264264
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
265265
"Please install gease to enable it.")

0 commit comments

Comments
 (0)