Provide ${component}
without whitespace of the beginning
#1626
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Hi there, and thank you for maintaining the great package.
Is your feature request related to a problem? Please describe.
Related to #1623.
I want to use
${component}
as the scope of the commit message inpull-request-title-pattern
.e.g.
chore(${component}): release ${version}
However the
${component}
contains whitespace at the beginning of it.Describe the solution you'd like
Remove whitespace of
${component}
Describe alternatives you've considered
Provide another template value that represents a component.
Additional context
The whitespace is added in:
release-please/src/util/pull-request-title.ts
Line 159 in 3169b43
and parsed in:
release-please/src/util/pull-request-title.ts
Line 48 in 3169b43
The text was updated successfully, but these errors were encountered: