-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
add option ignoreFile to ignore file's contents like .gitignore #347
Comments
Since this hasn't been closed or commented on, I have to imagine the maintainers would be okay with this. I'll make a PR for this sometime soon. 😄 For posterity, this is related to #345 (a duplicate) and #55 (when this behavior was added). To minimize maintenance burden, I'll make a boolean config flag named EDIT: PR Created! |
Per maintainer desire and to ensure backwards compatibility, this is disabled by default. Closes semantic-release#345 Closes semantic-release#347
very nice effort @Kenneth-Sills, you saved too many verbose configurations for many developers with this PR |
as mentioned in docs the commit will include everything in assets even if it is included in .gitignore.
you can add an option to ignore a file's contents like that
this approach is used by many tools tile
eslint
andprettier
also, it is a good idea to add an option to include changed files only
The text was updated successfully, but these errors were encountered: