Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 340 Bytes

MAINTAINERS.md

File metadata and controls

19 lines (13 loc) · 340 Bytes

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