bump the master version to v1.11.0-dev
This commit is contained in:
parent
9954577389
commit
6e57c819e0
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -31,7 +31,7 @@ func buildType() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// BuildVersion is the local build version, set by build system
|
// BuildVersion is the local build version, set by build system
|
||||||
const BuildVersion = "1.9.0"
|
const BuildVersion = "1.11.0-dev"
|
||||||
|
|
||||||
func UserVersion() string {
|
func UserVersion() string {
|
||||||
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
||||||
|
@ -39,11 +39,7 @@ if [ "${RELEASE_ID}" = "null" ]; then
|
|||||||
RELEASE_DATA="{
|
RELEASE_DATA="{
|
||||||
\"tag_name\": \"${CIRCLE_TAG}\",
|
\"tag_name\": \"${CIRCLE_TAG}\",
|
||||||
\"target_commitish\": \"${CIRCLE_SHA1}\",
|
\"target_commitish\": \"${CIRCLE_SHA1}\",
|
||||||
<<<<<<< HEAD
|
|
||||||
\"discussion_category_name\": \"announcement\",
|
|
||||||
=======
|
|
||||||
${COND_CREATE_DISCUSSION}
|
${COND_CREATE_DISCUSSION}
|
||||||
>>>>>>> master
|
|
||||||
\"name\": \"${CIRCLE_TAG}\",
|
\"name\": \"${CIRCLE_TAG}\",
|
||||||
\"body\": \"\",
|
\"body\": \"\",
|
||||||
\"prerelease\": ${PRERELEASE}
|
\"prerelease\": ${PRERELEASE}
|
||||||
|
Loading…
Reference in New Issue
Block a user