Releases: EndBug/add-and-commit
v2.3.1
This release is simply to add short tags.
v2.3.0
This release is a rewrite of the action in TypeScript (it gets automatically compiled into JS): that allows the action to run way faster due to the absence of any build process (which is required with Docker). This also means that the action can be used in non-Linux environments since Node is supported everywhere.
v2.2.0
This release allows you to use the user that triggered the action run as the author of the commit: if you don't give any inputs for author_name
or author_email
the action will use the name and/or email of the person that triggered the run.
v2.1.1
This fix enables you to run the action multiple times in the same workflow run without running into problems.
v2.1.0
This release adds the option to force
the git add
command, so that files that are in .gitignore
can be committed anyway.
v2.0.0
This release uses a find
command, so that you're able to search patterns in multiple directories, instead of just having to deal with git. Further info in the README.
v1.0.0
This is the first release, everything you need to know is in the README.