Просмотр исходного кода

Working on .goreleaser configuration file.

Jeff Lanzarotta 1 год назад
Родитель
Сommit
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'