Skip to content

Commit

Permalink
chore: update changelog script to ignore version bump pr
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Aug 29, 2024
1 parent b70d54f commit 97979c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- v1
- 'release/v2*'
- 'chore/v2*'
merge_group:
types: [checks_requested]

Expand Down
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 97979c2

Please sign in to comment.