Skip to content

Commit

Permalink
Exclude pocket ic packages from release notes (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChimera authored Aug 2, 2024
1 parent adebe37 commit c15661f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-controller/release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class Team:
r"^bazel$",
r".*boundary.*",
r".*rosetta.*",
r".*pocket[_-]ic.*",
]

NON_REPLICA_TEAMS = sorted(list(set(TEAM_PRETTY_MAP.keys()) - REPLICA_TEAMS))
Expand Down

0 comments on commit c15661f

Please sign in to comment.