Skip to content

Commit ded7caa

Browse files
committed
Makefile: bump-version: commit and tag
1 parent 9b9bfef commit ded7caa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ endif
8282

8383
grep -E --files-with-matches --recursive "enapter==$(RE_SEMVER)" README.md examples \
8484
| xargs -n 1 sed -E -i "s/enapter==$(RE_SEMVER)/enapter==$(V)/g"
85+
git add .
86+
git commit -m "bump version to $(V)"
87+
git tag "v$(V)"
8588

8689
DOCKER_IMAGE_TAG ?= enapter/python-sdk:dev
8790

0 commit comments

Comments
 (0)