Skip to content

Commit e6becd9

Browse files
authored
Merge pull request #1182 from hashicorp/f-generate-partitions-services
Generate per-partition service endpoint metadata
2 parents baa3091 + f76f47d commit e6becd9

File tree

8 files changed

+2528
-9
lines changed

8 files changed

+2528
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- markdownlint-disable single-title -->
22
# v2.0.0 (Unreleased)
33

4+
ENHANCEMENTS
5+
6+
* Adds per-partition service endpoint metadata to the top-level `endpoints` package ([#1182](https://github.com/hashicorp/aws-sdk-go-base/pull/1182))
7+
48
# v2.0.0-beta.57 (2024-09-18)
59

610
ENHANCEMENTS

GNUmakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ cleantidy:
1212
fmt:
1313
gofmt -s -w ./
1414

15+
gen:
16+
@echo "make: Running Go generators..."
17+
@go generate ./...
18+
1519
golangci-lint:
1620
@golangci-lint run ./...
1721
@cd v2/awsv1shim && golangci-lint run ./...
@@ -36,6 +40,7 @@ tools:
3640
.PHONY: \
3741
cleantidy \
3842
fmt \
43+
gen \
3944
golangci-lint \
4045
importlint \
4146
lint \

0 commit comments

Comments
 (0)