浏览代码

Updated .goreleaser.yaml.

Jeff Lanzarotta 1 年之前
父节点
当前提交
4fbbe0567b
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 8 4
      .goreleaser.yaml

+ 8 - 4
.goreleaser.yaml

@@ -6,7 +6,8 @@
 # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
 # vim: set ts=2 sw=2 tw=0 fo=cnqoj
 
-#version: 1
+version: 2
+project_name: bufexplorer
 
 env_files:
   # GoReleaser requires an API token with the 'repo' scope selected to deploy
@@ -38,16 +39,19 @@ archives:
     format_overrides:
       - goos: windows
         format: zip
+    files:
+      - plugin/bufexplorer.vim
+      - doc/bufexplorer.txt
 
 checksum:
   name_template: 'checksums.txt'
 
-snapshot:
-  name_template: '{{ .Tag }}-next'
-
 changelog:
   use: github-native
   sort: asc
+  filters:
+    exclude:
+      - README
 
 release:
   draft: false