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
ed6aaafc
Unverified
Commit
ed6aaafc
authored
2 years ago
by
Dima Brusilovsky
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
build: bump version to 1.5.0 (#665)
parent
8bc702ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/deploy_release_candidate.sh
+1
-2
scripts/deploy_release_candidate.sh
with
1 addition
and
2 deletions
+1
-2
scripts/deploy_release_candidate.sh
+
1
-
2
View file @
ed6aaafc
...
...
@@ -2,7 +2,7 @@
set
-ex
MAJOR_VERSION
=
1
MINOR_VERSION
=
4
MINOR_VERSION
=
5
latestRcTag
=
$(
git tag
--sort
=
-version
:refname |
grep
-E
"^
${
MAJOR_VERSION
}
\.
${
MINOR_VERSION
}
.[0-9]+-rc"
|
head
-n
1 |
grep
--only-matching
"^
${
MAJOR_VERSION
}
\.
${
MINOR_VERSION
}
.[0-9]
\+
"
||
true
)
...
...
@@ -16,7 +16,6 @@ export DATREE_BUILD_VERSION=$nextVersion-rc
echo
$DATREE_BUILD_VERSION
git tag
$DATREE_BUILD_VERSION
-a
-m
"Generated tag from TravisCI for build
$TRAVIS_BUILD_NUMBER
"
git tag v
$DATREE_BUILD_VERSION
-a
-m
"Generated tag with v from TravisCI for build
$TRAVIS_BUILD_NUMBER
"
git push
--tags
curl
-sL
https://git.io/goreleaser |
GORELEASER_CURRENT_TAG
=
$DATREE_BUILD_VERSION
GO_BUILD_TAG
=
staging
VERSION
=
v
$GORELEASER_VERSION
bash
...
...
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