Skip to content

Commit 201374b

Browse files
author
Mikhail Podtserkovskiy
committed
maintainers guide
1 parent 208d0ad commit 201374b

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ config.json
2626
/bindata.go
2727
dist/
2828
dbconfig.yml
29+
storage/migrations/mysql/bindata.go

.goreleaser.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Maintainers Guide
2+
A guide for maintainers.
3+
4+
## How to release
5+
1. Get [GoReleaser](https://goreleaser.com).
6+
1. Create and push a tag.
7+
1. Run `export GITHUB_TOKEN=<your_token>`.
8+
1. Run `goreleaser --rm-dist`.

0 commit comments

Comments
 (0)