パースした結果
input: "feat(sample)!: send an email to the customer when a product is shipped #1000"
{
type: "feat",
scope: "sample",
subject: "send an email to the customer when a product is shipped #1000",
merge: null,
header: "feat(sample)!: send an email to the customer when a product is shipped #1000",
body: null,
footer: null,
notes: [
{
title: "BREAKING CHANGE",
text: "send an email to the customer when a product is shipped #1000"
}
],
references: [
{
action: null,
owner: null,
repository: null,
issue: "1000",
raw: "feat(sample)!: send an email to the customer when a product is shipped #1000",
prefix: "#"
}
],
mentions: [],
revert: null
}