We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b0195 commit 8558b8eCopy full SHA for 8558b8e
src/utils/commits.ts
@@ -62,7 +62,7 @@ export async function getCommits({
62
63
for (const commit of logs.all) {
64
const matches = commit.message.match(
65
- /^(?<stepId>(?<levelId>L\d+)(S\d+))(?<stepType>[QA])?/
+ /^(?<stepId>(?<levelId>L?\d+)([S|\.]\d+))(?<stepType>[QA])?/
66
);
67
68
if (matches && matches.length) {
0 commit comments