1
0
mirror of https://github.com/restic/restic.git synced 2024-07-08 09:40:53 +02:00
restic/vendor/github.com/minio/minio-go/MAINTAINERS.md
2017-07-23 14:25:38 +02:00

340 B

For maintainers only

Responsibilities

Please go through this link Maintainer Responsibility

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