Update `CODEOWNERS` for the changelog directory (#3777)

## Motivation and Context
Removes `CHANGELOG.next.toml` from `CODEOWNERS` since it no longer
exists. The file now lists the `.changelog` directory instead under
`Shared ownership`.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
This commit is contained in:
ysaito1001 2024-08-02 09:44:10 -05:00 committed by GitHub
parent 10a92052b1
commit 6a602d434b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,9 +16,9 @@
/rust-runtime/aws-smithy-http-server-typescript/ @smithy-lang/smithy-rs-server
# Shared ownership
/.changelog/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/.github/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/CHANGELOG.md @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/CHANGELOG.next.toml @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/README.md @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/build.gradle.kts @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server
/buildSrc/ @smithy-lang/aws-sdk-rust @smithy-lang/smithy-rs-server