Skip to content

Commit

Permalink
Merge pull request #56 from embroider-build/default-unlabelled
Browse files Browse the repository at this point in the history
add the default github-changelog unlabelled section name to parser
  • Loading branch information
mansona committed Feb 16, 2024
2 parents d514b73 + 1f0bd90 commit fc85d78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "vitest"
},
"dependencies": {
"@ef4/lerna-changelog": "^2.1.0",
"@ef4/lerna-changelog": "^2.2.1",
"@manypkg/get-packages": "^2.2.0",
"@npmcli/package-json": "^5.0.0",
"@octokit/rest": "^19.0.8",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/change-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ const knownSections: Record<string, { impact: Impact } | { unlabeled: true }> =
':question: Unlabeled': {
unlabeled: true,
},
':present: Additional updates': {
unlabeled: true,
},
};

const ignoredSections = [/Committers: \d+/];
Expand Down

0 comments on commit fc85d78

Please sign in to comment.