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
If a user (like me 😇) have a prepublish or postpublish script that updates some files like the README.md will have a mismatch between the published version and the repository version (unless the user will commit the additional files to master by himself)
So it would be good to add a flag to let the user:
define a list of files to add to the bump commit
or simply run git add -A (since the publish command to check if the local repo is aligned with the remote branch).
or add a flag that will run git add -A
WDYT?
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
Right now this tool bump a new version and push the package.json in the repo:
releasify/lib/commands/publish.js
Line 129 in 822d224
If a user (like me 😇) have a
prepublish
orpostpublish
script that updates some files like the README.md will have a mismatch between the published version and the repository version (unless the user will commit the additional files to master by himself)So it would be good to add a flag to let the user:
git add -A
(since the publish command to check if the local repo is aligned with the remote branch).git add -A
WDYT?
The text was updated successfully, but these errors were encountered: