We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208d0ad commit 201374bCopy full SHA for 201374b
.gitignore
@@ -26,3 +26,4 @@ config.json
26
/bindata.go
27
dist/
28
dbconfig.yml
29
+storage/migrations/mysql/bindata.go
.goreleaser.yml
@@ -0,0 +1,14 @@
1
+before:
2
+ hooks:
3
+ - make gen
4
+builds:
5
+ - goos:
6
+ - linux
7
+ - darwin
8
+ - windows
9
+changelog:
10
+ sort: asc
11
+ filters:
12
+ exclude:
13
+ - '^docs:'
14
+ - '^test:'
MAINTAINERS.md
@@ -0,0 +1,8 @@
+# Maintainers Guide
+A guide for maintainers.
+
+## How to release
+1. Get [GoReleaser](https://goreleaser.com).
+1. Create and push a tag.
+1. Run `export GITHUB_TOKEN=<your_token>`.
+1. Run `goreleaser --rm-dist`.
0 commit comments