Skip to content

Commit

Permalink
[#30] added pinned issues tag to commits made by pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zephinzer committed Mar 20, 2019
1 parent c897fb1 commit 9747eac
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 @@ -180,7 +180,7 @@ release.github:
@git tag "v$$($(MAKE) version.get | grep '[0-9]*\.[0-9]*\.[0-9]*')"
@$(MAKE) generate
@git add data.go
@git commit -m "[skip ci] release $$($(MAKE) version.get | grep '[0-9]*\.[0-9]*\.[0-9]*')"
@git commit -m "[#36] released $$($(MAKE) version.get | grep '[0-9]*\.[0-9]*\.[0-9]*') [skip ci]"
@git push
@git push --tags

Expand Down

0 comments on commit 9747eac

Please sign in to comment.