-
Notifications
You must be signed in to change notification settings - Fork 120
How to publish a release
Almenon edited this page Oct 28, 2025
·
4 revisions
To publish a release, follow these steps:
- 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.
- Push a new tag to master matching the new version number
- 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.