File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313env :
1414 CURL_CMD : curl --proto =https --tlsv1.2 --location --silent --show-error --fail
1515 GORELEASER_URL_PREFIX : https://github.com/goreleaser/goreleaser/releases/download/
16- GORELEASER_VERSION : 0.152 .0
16+ GORELEASER_VERSION : 2.9 .0
1717 JEMALLOC_URL_PREFIX : https://github.com/jemalloc/jemalloc/releases/download/
1818 JEMALLOC_VERSION : 5.2.1
1919 JEMALLOC_CHECKSUM : 34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
6464 cd $(mktemp --directory /tmp/goreleaser.XXXXX)
6565 ${CURL_CMD} ${GORELEASER_URL_PREFIX}/v${GORELEASER_VERSION}/${GORELEASER_TARBALL} \
6666 --output ${GORELEASER_TARBALL}
67- ${CURL_CMD} ${GORELEASER_URL_PREFIX}/v${GORELEASER_VERSION}/goreleaser_checksums .txt \
67+ ${CURL_CMD} ${GORELEASER_URL_PREFIX}/v${GORELEASER_VERSION}/checksums .txt \
6868 --output CHECKSUMS
6969 sha256sum --check --ignore-missing CHECKSUMS
7070 tar -xf ${GORELEASER_TARBALL}
Original file line number Diff line number Diff line change 1515env :
1616 CURL_CMD : curl --proto =https --tlsv1.2 --location --silent --show-error --fail
1717 GORELEASER_URL_PREFIX : https://github.com/goreleaser/goreleaser/releases/download/
18- GORELEASER_VERSION : 0.152 .0
18+ GORELEASER_VERSION : 2.9 .0
1919 JEMALLOC_URL_PREFIX : https://github.com/jemalloc/jemalloc/releases/download/
2020 JEMALLOC_VERSION : 5.2.1
2121 JEMALLOC_CHECKSUM : 34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
7171 cd $(mktemp --directory /tmp/goreleaser.XXXXX)
7272 ${CURL_CMD} ${GORELEASER_URL_PREFIX}/v${GORELEASER_VERSION}/${GORELEASER_TARBALL} \
7373 --output ${GORELEASER_TARBALL}
74- ${CURL_CMD} ${GORELEASER_URL_PREFIX}/v${GORELEASER_VERSION}/goreleaser_checksums .txt \
74+ ${CURL_CMD} ${GORELEASER_URL_PREFIX}/v${GORELEASER_VERSION}/checksums .txt \
7575 --output CHECKSUMS
7676 sha256sum --check --ignore-missing CHECKSUMS
7777 tar -xf ${GORELEASER_TARBALL}
Original file line number Diff line number Diff line change 55# NOTE: The GoReleaser is not meant to be run directly, but rather through
66# Make's release-build target.
77
8+ version : 2
89project_name : Oasis Core
910
1011env :
@@ -85,7 +86,7 @@ checksum:
8586 algorithm : sha256
8687
8788snapshot :
88- name_template : " {{.Version}}-dev"
89+ version_template : " {{.Version}}-dev"
8990
9091release :
9192 name_template : " {{.ProjectName}} {{.Version}}"
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ the [Change Log] for **Removals and Breaking changes**.*
333333endef
334334
335335# Instruct GoReleaser to create a "snapshot" release by default.
336- GORELEASER_ARGS ?= release --snapshot --rm-dist
336+ GORELEASER_ARGS ?= release --snapshot --clean
337337# If the appropriate environment variable is set, create a real release.
338338ifeq ($(OASIS_CORE_REAL_RELEASE ) , true)
339339# Create temporary file with GitHub release's text.
You can’t perform that action at this time.
0 commit comments