We currently use GoReleaser to create binaries for Transifex CLI.
To release a new version:
- Create a new PR from
devel
and merge tomaster
branch. - Create a new release with
master
as 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.