Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
54e3f52d
Commit
54e3f52d
authored
3 years ago
by
shmuelsa
Browse files
Options
Download
Email Patches
Plain Diff
testing custom changelog using git log
parent
4aa7dc04
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/deploy_release_candidate.sh
+3
-1
scripts/deploy_release_candidate.sh
with
3 additions
and
1 deletion
+3
-1
scripts/deploy_release_candidate.sh
+
3
-
1
View file @
54e3f52d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help