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
smooth-release should pause between UPDATE CHANGELOG and COMMIT AND PUSH CHANGES, so you can inspect the ChangeLog that was generated locally, before it is pushed to GitHub.
The text was updated successfully, but these errors were encountered:
After the first time the changelog usually changes just a little and only with additions.
If you like it, we could consider showing a nice diff of the changelog (we could simply run git diff).
This should be enough in most cases and, as it's blocking anyway (you have of course to confirm the diff) you may inspect the changelog fully through a new terminal window.
I'm still not sure if this should be the default behavior though... do everyone really care about it? I personally never did :)
you might have forgotten a "breaking" label, or notice something should be listed under "fixes" instead of "new features". If you see the diff, you can exit, modify some labels, and try again
I think having all prompts enabled is safer for new users, and disabling a prompt should be an "expert" feature you explicitly enabled in the config file or with a command-line flag
smooth-release
should pause betweenUPDATE CHANGELOG
andCOMMIT AND PUSH CHANGES
, so you can inspect the ChangeLog that was generated locally, before it is pushed to GitHub.The text was updated successfully, but these errors were encountered: