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

fix makefile to not spam releases for feature/dynamodbstreams/attributevalue #2885

Closed lucix-aws closed 3 weeks ago

lucix-aws commented 4 weeks ago

We've been spamming feature/dynamodbstreams/attributevalue releases, this fixes that.

why

feature/dynamodbstreams is copied from feature/dynamodb as part of make recipe copy-attributevalue-feature - so whenever you update one, you technically also update the other. This happens on release.

That includes the go_module_metadata.go file from the source module. At some point in the past few months the committed versions for these two files got desynced. So every release, this has been happening:

testing

Tested by running make generate with:

Madrigal commented 4 weeks ago

Is it also a valid use case to update feature/dynamodbstreams independently and ensure the metadata gets updated?

lucix-aws commented 3 weeks ago

No - it should be a direct clone of the main one.