restic/vendor/github.com/minio/minio-go/MAINTAINERS.md

19 lines
340 B
Markdown
Raw Normal View History

2017-07-23 14:24:45 +02:00
# For maintainers only
## Responsibilities
Please go through this link [Maintainer Responsibility](https://gist.github.com/abperiasamy/f4d9b31d3186bbd26522)
### Making new releases
Edit `libraryVersion` constant in `api.go`.
```
$ grep libraryVersion api.go
libraryVersion = "0.3.0"
```
```
$ git tag 0.3.0
$ git push --tags
```