You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Community Note
Describe the user story
I'd like to automate releases without making manual changes
Describe the solution you'd like
Instead of hard coding three version, let's pass in the version using an ldflag via goreleaser
See https://github.com/cloudposse/atmos/blob/3a43ea01e4704705a23afae861931e07bafdfc8d/cmd/version.go#L8 (their default is
0.0.1
, ours can bebuild
orlocal
) and https://github.com/cloudposse/atmos/blob/3a43ea01e4704705a23afae861931e07bafdfc8d/.goreleaser.yml#L27 for inspiration.For the kustomize bundle, let's just use
latest
since that is already tied to the latest stable release.Scenarios after completion
dev-<7 char git ref>
.Currently above scenarios will return hard coded value from code
Here is where we currently document our current manual release pr steps
https://github.com/runatlantis/atlantis/blob/main/CONTRIBUTING.md#creating-a-new-release
Describe the drawbacks of your solution
None
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: