소스 검색

Working on .goreleaser configuration file.

Jeff Lanzarotta 1 년 전
부모
커밋
e7ca3e272e
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      .goreleaser.yaml

+ 9 - 0
.goreleaser.yaml

@@ -27,6 +27,15 @@ source:
     - doc/bufexplorer.txt
     - LICENSE
 
+archives:
+  - #
+    format: zip
+    name_template: "{{ .ProjectName }}-{{ .Version }}"
+    files:
+      - plugin/bufexplorer.vim
+      - doc/bufexplorer.txt
+      - LICENSE
+
 checksum:
   name_template: 'checksums.txt'