Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 400 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 400 Bytes

Release Process

  • Create a feature branch which updates
    • CHANGELOG.md
    • the version in src/version.go
  • Run bin/pre-release and update Terraform module commit hash if needed
  • Get the feature branch reviewed and merged
  • Create and push a new Git tag for the release
    • git tag vX.Y.Z
    • git push --tags
  • Travis-CI creates a new release on Github and attaches the binaries to it