We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like the option for changelogen to stop if the working copy isn't clean. This will ensure all commits are done first.
The text was updated successfully, but these errors were encountered:
If you'd be interested in a PR, let me know. Thinking to add a --clean parameter that checks for clean with git status -s and bails if its not clean.
--clean
git status -s
Sorry, something went wrong.
feat: add param to require clean working dir (unjs#92)
80c7b15
Any chance we could get this merged? Along with some of the other PRs? Thanks!
afd19af
feat: add param to require clean working dir (#92) (#93)
6fd8dbb
No branches or pull requests
Describe the feature
Would like the option for changelogen to stop if the working copy isn't clean. This will ensure all commits are done first.
Additional information
The text was updated successfully, but these errors were encountered: