Skip to content

Commit 0d1c5a6

Browse files
committed
renamed merge_changelogs to fetch_changelogs to better reflect what it does now
1 parent f6359da commit 0d1c5a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
from pathlib import Path
77

88
import requests
9-
from releaser import relname2fname, doechocall, echocall, short, no, yes
9+
10+
from releaser import relname2fname, doechocall, echocall, short, yes
1011

1112
# TODO: add Eurostat project
1213
EDITOR_GITHUB_REP = "https://github.com/larray-project/larray-editor"

make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def merge_changelogs(build_dir, src_documentation, release_name, public_release,
5252
if not public_release:
5353
return
5454

55-
check_call(['python', 'merge_changelogs.py', release_name])
55+
check_call(['python', 'fetch_changelogs.py', release_name])
5656

5757

5858
insert_step_func(merge_changelogs, msg='append changelogs from larray-editor project', before='update_changelog')

0 commit comments

Comments
 (0)