This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch podling
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/podling by this push:
     new 76998d44 ci(goreleaser): add DISCLAIMER into binary
76998d44 is described below

commit 76998d4407ae74160b9a097ac4dd1cb11a525f0d
Author: LinkinStars <[email protected]>
AuthorDate: Wed Nov 15 14:44:42 2023 +0800

    ci(goreleaser): add DISCLAIMER into binary
---
 .goreleaser.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index dd65994f..318a2cc0 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -63,6 +63,8 @@ archives:
         dst: NOTICE
       - src: "docs/release/licenses/*"
         dst: licenses/
+      - src: "DISCLAIMER"
+        dst: DISCLAIMER
 checksum:
   name_template: 'checksums.txt'
 snapshot:

Reply via email to