Skip to content

Commit 3926638

Browse files
committed
Updating release script
1 parent 4a4d577 commit 3926638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/create-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ readme = re.sub(r'GIT_TAG(\s+)v(?:\d+(?:\.\d+)+)',
4343
readme)
4444
(ROOT / 'README.md').write_text(readme)
4545

46-
subprocess.run(['git', 'add', ROOT / "CHANGELOG.md", ROOT / "VERSION"], check=True)
46+
subprocess.run(['git', 'add', ROOT / "CHANGELOG.md", ROOT / "VERSION", ROOT / 'README.md'], check=True)
4747
subprocess.run(['git', 'commit', '-m', f'chore: creating version {NEW_VER}'], check=True)
4848
subprocess.run(['git', 'tag', f'v{NEW_VER}'], check=True)

0 commit comments

Comments
 (0)