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'm using standard-version with non-js files as passing packageFiles and bumpFiles.
When I run standard-version two times in a row - I got my bumpFiles bumped like I had changes other than ones being made by the first run of the command.
Is my assumption correct that running standard-version will always bump a package? Even though the proper tag is present on the HEAD.
Is there a way to ignore specific files when calculating the version?
I've been using lerna and it's lerna version do have an option to ignore the changes in the specific files.
I'm using
standard-version
with non-js files as passingpackageFiles
andbumpFiles
.When I run
standard-version
two times in a row - I got mybumpFiles
bumped like I had changes other than ones being made by the first run of the command.standard-version
will always bump a package? Even though the proper tag is present on the HEAD.I've been using
lerna
and it'slerna version
do have an option to ignore the changes in the specific files.Related threads: #192 #577
The text was updated successfully, but these errors were encountered: