Skip to content

Commit 830d6f2

Browse files
committed
update scripts for reference
1 parent b99d7bb commit 830d6f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

steps_to_publish_new_version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ hatch env run -e py3.8 coverage report -- --format=total # Update total into RE
88

99
# Set new version number in pyproject.toml
1010
git add pyproject.toml README.md
11-
git commit -m "Release v${hatch version}"
11+
git commit -m "Release v$(hatch version)"
1212
git push
13-
git tag -a release-${hatch version} -m "Release v${hatch version}"
14-
git push origin release-${hatch version}
13+
git tag -a release-$(hatch version) -m "Release v$(hatch version)"
14+
git push origin release-$(hatch version)
1515

1616
# Really build and release it

0 commit comments

Comments
 (0)