mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2025-02-05 12:12:32 +01:00
fix(goreleaser): draft release
This commit is contained in:
parent
54e593c1c6
commit
939d65bc16
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
||||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||||
|
version: 2
|
||||||
|
|
||||||
force_token: github
|
force_token: github
|
||||||
|
|
||||||
before:
|
before:
|
||||||
|
@ -37,3 +39,6 @@ changelog:
|
||||||
exclude:
|
exclude:
|
||||||
- "^docs:"
|
- "^docs:"
|
||||||
- "^test:"
|
- "^test:"
|
||||||
|
|
||||||
|
release:
|
||||||
|
draft: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue