Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 599 Bytes

RELEASING.md

File metadata and controls

11 lines (7 loc) · 599 Bytes

Releasing

We currently use GoReleaser to create binaries for Transifex CLI.

To release a new version:

  • Create a new PR from devel and merge to master branch.
  • Create a new release with master as target with the version number - eg v0.0.1 - you want to release.
  • A Github Action will run with GoReleaser that will create the new binaries which you can find in the Releases page.

Note: Configuration for GoReleaser is in .goreleaser.yml file.