Files
restic/Godeps/_workspace/src/github.com/minio/minio-go/MAINTAINERS.md
2016-01-17 18:48:05 +01: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