Skip to content

Commit

Permalink
fix: Makefile for prepare-release
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
  • Loading branch information
sestegra committed Feb 26, 2021
1 parent 6e81d40 commit c5760a8
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 @@ -40,7 +40,7 @@ prepare-release: $(BUILD_PATH) check_version
$(SED) -e "s|VERSION=\".*|VERSION=\"$(VERSION)\"|" $(SAC_CMD) > $(BUILD_SAC_CMD)
$(CP) $(BUILD_SAC_CMD) $(SAC_CMD)
$(GIT) add $(SAC_CMD)
$(GIT) commit -s -m "release: $(VERSION)"
$(GIT) commit --allow-empty -s -m "release: $(VERSION)"
$(GIT) push
$(RM) $(RELEASE_TARBALL)
$(TAR) cvzf $(RELEASE_TARBALL) $(RELEASE_ARTIFACTS)
Expand Down

0 comments on commit c5760a8

Please sign in to comment.