Skip to content

Commit a61161d

Browse files
committed
Modify makefile to generate documentation with each version bump
1 parent 84a64aa commit a61161d

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
@@ -14,14 +14,17 @@ mem:
1414
major:
1515

1616
@bumpversion major --allow-dirty
17+
@$(MAKE) docu
1718

1819
minor:
1920

2021
@bumpversion minor --allow-dirty
22+
@$(MAKE) docu
2123

2224
patch:
2325

2426
@bumpversion patch --allow-dirty
27+
@$(MAKE) docu
2528

2629
pypi_test:
2730
@rm -rf build dist *.egg-info

0 commit comments

Comments
 (0)