Skip to content

Commit

Permalink
feat: [#175850928] Add changelog scope for bpd #2414
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofff authored Nov 23, 2020
1 parent d856b89 commit 4749a5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/changelog/ts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const allowedScope = new Map<string, string>([
// a list of project ids associated with a specific scope
const projectToScope = new Map<number, string>([
[2449547, "Bonus Vacanze"],
[2463683, "My Portal"]
[2463683, "My Portal"],
[2477137, "Bonus Pagamenti Digitali"]
]);

const cleanChangelogRegex = /^(fix(\(.+\))?!?: |feat(\(.+\))?!?: |chore(\(.+\))?!?: )?(.*)$/;
Expand Down

0 comments on commit 4749a5a

Please sign in to comment.