Skip to content

Commit

Permalink
refactor(Makefile)
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 1, 2016
1 parent 37c062b commit b40479d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

0.1.2 (2016-12-01)
------------------

- fix(matchers): runtime missing variable.

0.1.1 (2016-12-01)
------------------

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ tag:
@git push origin "v$(version)"

bump:
@bumpversion --current-version $(version) patch pook/__init__.py --allow-dirty
@bumpversion --commit --tag --current-version $(version) patch pook/__init__.py --allow-dirty

bump-minor:
@bumpversion --current-version $(version) minor pook/__init__.py --allow-dirty
@bumpversion --commit --tag --current-version $(version) minor pook/__init__.py --allow-dirty

clean:
@echo "$(OK_COLOR)==> Cleaning up files that are already in .gitignore...$(NO_COLOR)"
Expand Down

0 comments on commit b40479d

Please sign in to comment.