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
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 respectIgnoreFile. All setting it to true will do is drop the --force we send to the git add command.
EDIT: PR Created!
Kenneth-Sills
added a commit
to Kenneth-Sills/semantic-release-git-plugin
that referenced
this issue
Nov 8, 2024
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: