aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.68k stars 650 forks source link

add codegen lockfile #2836

Closed lucix-aws closed 1 month ago

lucix-aws commented 1 month ago

Adds a "lockfile" that the release process indexes off of in order to determine the version of smithy-go codegen to use.

The value in this file corresponds to the commit hash of smithy-go that we want to run codegen from. The release process will read this value and git checkout <value> in smithy-go before running codegen.

I opted to not do this via tags because