Skip to content

How to publish a release

Almenon edited this page Oct 28, 2025 · 4 revisions

⚠️ This page is meant for terragrunt-atlantis-config maintainers

To publish a release, follow these steps:

  1. Create a PR updating the version numbers as seen in https://github.com/transcend-io/terragrunt-atlantis-config/pull/353/files. The version numbers should be incremented according to SEMVER.
  2. Push a new tag to master matching the new version number
  3. That's it! When you tag the master branch, a Github Actions job will build the new binary, test it, and create a new release in Github releases.

🐛 Do NOT create the release in Github releases ahead of time. The Github actions release job can't update an existing release.

Clone this wiki locally