Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 1e4e4a8

Browse files
greenkeeper[bot]pvdlg
authored andcommitted
fix(package): update @semantic-release/git to version 5.0.0
BREAKING CHANGE: the `GIT_USERNAME` and `GIT_EMAIL` environment variables are replaced by the [Git environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_committing) `GIT_AUTHOR_NAME`, `GIT_AUTHOR_EMAIL`, `GIT_COMMITTER_NAME` and `GIT_COMMITTER_EMAIL`. BREAKING CHANGE: 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 committed, independently of the `.gitignore` file.
1 parent d35d5a6 commit 1e4e4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@semantic-release/changelog": "^2.0.0",
2020
"@semantic-release/error": "^2.1.0",
2121
"@semantic-release/exec": "^2.2.0",
22-
"@semantic-release/git": "^4.0.0",
22+
"@semantic-release/git": "^5.0.0",
2323
"@semantic-release/github": "^4.2.11",
2424
"@semantic-release/npm": "^3.2.0",
2525
"execa": "^0.10.0"

0 commit comments

Comments
 (0)