Skip to content

Commit 8558b6c

Browse files
committed
makefile: also make a commit
1 parent 99086d1 commit 8558b6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ bump-version:
2727
@# Update version in pyproject.toml
2828
@sed -i.bak 's/^version = .*/version = "$(NEW_VERSION)"/' pyproject.toml && rm pyproject.toml.bak
2929
@echo "Version bumped to $(NEW_VERSION)"
30+
@# Commit the version bump
31+
@git add mpd/base.py pyproject.toml
32+
@git commit -m "Bump version to $(NEW_VERSION)"
33+
@echo "Committed version bump to $(NEW_VERSION)"
3034

3135
.PHONY: test release clean bump-version

0 commit comments

Comments
 (0)