Skip to content

Commit 41affde

Browse files
committed
teach Makefile bump-version command
1 parent b7e973b commit 41affde

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ push: test build
3131
> twine upload dist/*
3232
.PHONY: push
3333

34+
bump-version:
35+
> npx standard-version
36+
.PHONY: bump-version
37+
3438
#.build-sentinel: $(shell find simwrapper/*.py) $(shell find docs/*) README.md setup.py
3539
.build-sentinel: $(shell find simwrapper/*.py) README.md setup.py
3640
> rm -rf dist

0 commit comments

Comments
 (0)