Skip to content

Commit 90f4e39

Browse files
committed
adapting the script make_release to sign commit
Signed-off-by: DONNOT Benjamin <[email protected]>
1 parent 17db258 commit 90f4e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def modify_and_push_docker(version, # grid2op version
197197
start_subprocess_print(["git", "add", f'{os.path.join(PATH_PREVIOUS_RUNNER, f"res_agent_{version}")}/*'])
198198

199199
# Commit
200-
start_subprocess_print(["git", "commit", "-S", "-m", "Release v{}".format(version)])
200+
start_subprocess_print(["git", "commit", "-s", "-S", "-m", "Release v{}".format(version)])
201201
if not is_prerelease:
202202
# Create a new git tag
203203
start_subprocess_print(["git", "tag", "-s", "-a", "v{}".format(version), "-m", "Release v{}".format(version)])

0 commit comments

Comments
 (0)