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
I have a precommit lifecycle script that generates a file and does a git add. My npm release script uses the -a flag to make sure that file is included in the tag. I notice that now the tag commit message is outputting the content of my lifecycle script, instead of the standard message format for the tag. What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
I have a
precommit
lifecycle script that generates a file and does agit add
. My npmrelease
script uses the-a
flag to make sure that file is included in the tag. I notice that now the tag commit message is outputting the content of my lifecycle script, instead of the standard message format for the tag. What am I doing wrong here?The text was updated successfully, but these errors were encountered: