Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 449 Bytes

DEVELOPING.md

File metadata and controls

21 lines (12 loc) · 449 Bytes

Project Development

For general information about contributing changes, see the Contributor Guidelines.

How it Works

The provider uses the Titan remote-sdk-go to provide interfaces for Titan to use.

Building

Run go build -v ./....

Testing

Run go test -v ./....

Releasing

Push a tag of the form v<X>.<Y>.<Z>, and publish the draft release in GitHub.