mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 04:14:53 +00:00
chore: update release plop to scan for additional commit prefixes
This commit is contained in:
@@ -94,7 +94,7 @@ export default function (/** @type {Plop} */ plop) {
|
||||
async () => {
|
||||
const { releaseType, summary } = data
|
||||
const commitsSinceLast = execSync(
|
||||
`git log $(git describe --tags --abbrev=0)..HEAD --oneline | grep -E "fix:|enh:|feat:" | sed 's/^[^ ]*/\*/' | sort`,
|
||||
`git log $(git describe --tags --abbrev=0)..HEAD --oneline | grep -E "fix:|enh:|feat:|docs:|chore:" | sed 's/^[^ ]*/\*/' | sort`,
|
||||
)
|
||||
.toString()
|
||||
.replace(/^\S+?\s/gm, '')
|
||||
|
||||
Reference in New Issue
Block a user