We currently use GoReleaser to create binaries for Transifex CLI.
To release a new version:
- Create a new PR from
develand merge tomasterbranch. - Create a new release with
masteras target with the version number - egv0.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.