Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
commit install script as well... commit ALL THE THINGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Mar 11, 2014
1 parent 625b341 commit 560321c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github_release:
# Set latest version
# Requires VERSION argument set
version: update_install_url
git add $(VERSION_LOCATION)
git commit -m "Bump version $(VERSION)"
git add .
git commit -am "Bump version $(VERSION)"
git tag $(VERSION)

update_install_url:
Expand Down

0 comments on commit 560321c

Please sign in to comment.