Skip to content

Commit

Permalink
add tag command
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo <[email protected]>
  • Loading branch information
lfaoro committed Jun 3, 2019
1 parent cba7264 commit be6744d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ install:
build:
@go build -o flares "$(APP)"

tag?=""
tag:
git tag -f -a $(tag) -m "$(tag)"
git push -f origin $(tag)

dep:
go mod init || :
go mod tidy
Expand Down

0 comments on commit be6744d

Please sign in to comment.