Skip to content

Commit c83ccf8

Browse files
authored
chore: enable changelog updates on releases (#32965)
1 parent 383de2b commit c83ccf8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,7 @@ workflows:
713713
branches:
714714
only:
715715
- master
716-
# - update_changelogs:
717-
# filters:
718-
# branches:
719-
# only:
720-
# - /release\/.+/
716+
- update_changelogs:
717+
filters:
718+
branches:
719+
only: /^release\/.+/

0 commit comments

Comments
 (0)