We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99086d1 commit 8558b6cCopy full SHA for 8558b6c
Makefile
@@ -27,5 +27,9 @@ bump-version:
27
@# Update version in pyproject.toml
28
@sed -i.bak 's/^version = .*/version = "$(NEW_VERSION)"/' pyproject.toml && rm pyproject.toml.bak
29
@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)"
34
35
.PHONY: test release clean bump-version
0 commit comments