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
commit files from assets even if in they are in .gitignore (629dfc4)
BREAKING CHANGES
the .gitignore file is now ignored when adding files to the release commit
Each files matching a glob in assets will now be included in the release commit. The assets option has now to be configured to match exactly the the files that have to be commited, independently of the .gitignore file.
set name/email of commit author and committer via Git env var (a58c357)
BREAKING CHANGES
the GIT_USERNAME and GIT_EMAIL environment variables are replaced by the Git environment variablesGIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL.