Skip to content

Releases: EndBug/add-and-commit

v2.3.1

20 Dec 22:04
ff8ca18
Compare
Choose a tag to compare

This release is simply to add short tags.

v2.3.0

14 Dec 22:22
a88246a
Compare
Choose a tag to compare

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

14 Dec 19:09
Compare
Choose a tag to compare

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

07 Dec 19:55
7a1f5ec
Compare
Choose a tag to compare

This fix enables you to run the action multiple times in the same workflow run without running into problems.

v2.1.0

19 Sep 20:23
98ce691
Compare
Choose a tag to compare

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

18 Sep 21:10
04cd48b
Compare
Choose a tag to compare

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

17 Sep 19:07
bfea235
Compare
Choose a tag to compare

This is the first release, everything you need to know is in the README.