Skip to content

Commit

Permalink
chore: update changelog script to ignore version bump commit (#5980)
Browse files Browse the repository at this point in the history
* chore: update changelog script to ignore version bump pr

* chore(ci): remove chore branch
  • Loading branch information
annawen1 committed Sep 3, 2024
1 parent 863a852 commit 0c592d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const delimiter = '----DELIMITER----';
const denyList = [
'chore(release): publish [skip ci]',
'chore(telemetry): update telemetry config',
'chore(release): v2.',
];

/**
Expand Down

0 comments on commit 0c592d2

Please sign in to comment.