You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default release-please creates a commit that looks like this:
chore(main): release vX.Y.Z
Change this to:
Chore: release vX.Y.Z
because the scope is superflous (this is not a monorepo, we only have
one thing that we can release) and using uppercase to start the subject
line is good form.
Signed-off-by: Marcelo E. Magallon <[email protected]>
0 commit comments