mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
fix github releaser changelog intake
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
080f010746
commit
50cb5612d0
5
Makefile
5
Makefile
@ -261,11 +261,10 @@ release: clean-dist changelog-release ## Build and publish final binaries and pa
|
|||||||
cat .goreleaser.yaml >> $(TEMPDIR)/goreleaser.yaml
|
cat .goreleaser.yaml >> $(TEMPDIR)/goreleaser.yaml
|
||||||
|
|
||||||
# release
|
# release
|
||||||
BUILD_GIT_TREE_STATE=$(GITTREESTATE) \
|
bash -c "BUILD_GIT_TREE_STATE=$(GITTREESTATE) $(TEMPDIR)/goreleaser \
|
||||||
$(TEMPDIR)/goreleaser \
|
|
||||||
--rm-dist \
|
--rm-dist \
|
||||||
--config $(TEMPDIR)/goreleaser.yaml \
|
--config $(TEMPDIR)/goreleaser.yaml \
|
||||||
--release-notes <(cat CHANGELOG.md)
|
--release-notes <(cat CHANGELOG.md)"
|
||||||
|
|
||||||
# verify checksum signatures
|
# verify checksum signatures
|
||||||
.github/scripts/verify-signature.sh "$(DISTDIR)"
|
.github/scripts/verify-signature.sh "$(DISTDIR)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user