Skip to content

Commit

Permalink
fix(release-notes): Do not exclude "canister" changes in release notes (
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic authored Jun 17, 2024
1 parent f029720 commit 8dea0aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion release-controller/release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class Team:
r".+\/sns\/.+",
r".+\/ckbtc\/.+",
r".+\/cketh\/.+",
r".+canister.+",
r"rs\/nns.+",
r".+test.+",
r"^bazel$",
Expand Down
1 change: 0 additions & 1 deletion scripts/release-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
r".+\/sns\/.+",
r".+\/ckbtc\/.+",
r".+\/cketh\/.+",
r".+canister.+",
r"rs\/nns.+",
r".+test.+",
r"^bazel$",
Expand Down

0 comments on commit 8dea0aa

Please sign in to comment.