mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +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
|
||||
|
||||
# release
|
||||
BUILD_GIT_TREE_STATE=$(GITTREESTATE) \
|
||||
$(TEMPDIR)/goreleaser \
|
||||
bash -c "BUILD_GIT_TREE_STATE=$(GITTREESTATE) $(TEMPDIR)/goreleaser \
|
||||
--rm-dist \
|
||||
--config $(TEMPDIR)/goreleaser.yaml \
|
||||
--release-notes <(cat CHANGELOG.md)
|
||||
--release-notes <(cat CHANGELOG.md)"
|
||||
|
||||
# verify checksum signatures
|
||||
.github/scripts/verify-signature.sh "$(DISTDIR)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user