Unverified Commit 7ab56e96 authored by david-perez's avatar david-perez Committed by GitHub
Browse files

Allow both teams to release new smithy-rs versions independently (#1618)

This commit modifies the `CODEOWNERS` to allow both
`@awslabs/rust-sdk-owners` and `@awslabs/smithy-rs-server` teams to
release new versions of smithy-rs independently, without requiring peer
approval from the other team.

Syntax and semantics of `CODEOWNERS`: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
parent 5d69e730
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,3 +3,6 @@
/codegen-server-test/                           @awslabs/smithy-rs-server
/rust-runtime/aws-smithy-http-server/           @awslabs/smithy-rs-server
/rust-runtime/aws-smithy-http-server-python/    @awslabs/smithy-rs-server

# Either team is able to modify this file to release new smithy-rs versions.
gradle.properties                               @awslabs/rust-sdk-owners @awslabs/smithy-rs-server