Skip to content

Commit

Permalink
Release 0.0.13 : Minor evolve about iteration state on packaging
Browse files Browse the repository at this point in the history
* If we package a tag release, we don't have to provide any iteration
value
* close #14
  • Loading branch information
camlafit committed May 1, 2018
1 parent 834eb22 commit 5cf1c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package:
fpm -s dir -t deb \
-n $(NAME) \
-v $(VERSION) \
--iteration $(ITERATION) \
`if [ "$(ITERATION)" ]; then echo "--iteration $(ITERATION)"; fi` \
-m [email protected] \
--license GPLv3 \
--category admin \
Expand Down

0 comments on commit 5cf1c0b

Please sign in to comment.