Commit 54e3f52d authored by shmuelsa's avatar shmuelsa
Browse files

testing custom changelog using git log

parent 4aa7dc04
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
......@@ -20,6 +20,8 @@ git push origin $DATREE_BUILD_VERSION
# bash ./scripts/sign_application.sh
# curl -sL https://git.io/goreleaser | GORELEASER_CURRENT_TAG=$DATREE_BUILD_VERSION GO_BUILD_TAG=staging VERSION=v$GORELEASER_VERSION bash
GORELEASER_CURRENT_TAG=$DATREE_BUILD_VERSION GO_BUILD_TAG=staging goreleaser --rm-dist --debug --release-notes <(echo "my custom release notes")
GORELEASER_CURRENT_TAG=$DATREE_BUILD_VERSION GO_BUILD_TAG=staging goreleaser --rm-dist --debug --release-notes <( echo "";
git log --pretty=oneline `git tag --sort=-committerdate | head -1`...`git tag --sort=-committerdate | head -2 | tail -1` |cut -d " " -f 2- |grep -v "Merge pull request"
echo "";)
# bash ./scripts/brew_push_formula.sh staging $DATREE_BUILD_VERSION
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment