This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch ci in repository https://gitbox.apache.org/repos/asf/answer.git
commit 10ea5201218688828268ca6b02a3956c8a0c0bda Author: LinkinStars <[email protected]> AuthorDate: Mon Jan 13 11:44:57 2025 +0800 build(release): remove DISCLAIMER file from release assets --- .goreleaser.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b517defb..c0919693 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -65,8 +65,6 @@ archives: dst: NOTICE - src: "docs/release/licenses/*" dst: licenses/ - - src: "DISCLAIMER" - dst: DISCLAIMER wrap_in_directory: true checksum: name_template: 'checksums.txt'
