Prechádzať zdrojové kódy

Working on .goreleaser configuration file.

Jeff Lanzarotta 1 rok pred
rodič
commit
e7ca3e272e
1 zmenil súbory, kde vykonal 9 pridanie a 0 odobranie
  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'