Skip to content

Commit

Permalink
chore: use "@semantic-release/git" to commit version changes (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 9, 2022
1 parent 21fcbc5 commit 0f0827c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -98,6 +98,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.1.0",
"@semantic-release/git": "^10.0.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "26",
"@types/json-bigint": "^1.0.1",
Expand Down
2 changes: 2 additions & 0 deletions release.config.js
@@ -1,3 +1,5 @@
/** @type {import('semantic-release').GlobalConfig} */
module.exports = {
branches: ['main'],
plugins: ['@semantic-release/git'],
}
14 changes: 14 additions & 0 deletions yarn.lock
Expand Up @@ -2101,6 +2101,20 @@
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-3.0.0.tgz#30a3b97bbb5844d695eb22f9d3aa40f6a92770c2"
integrity sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==

"@semantic-release/git@^10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-10.0.1.tgz#c646e55d67fae623875bf3a06a634dd434904498"
integrity sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==
dependencies:
"@semantic-release/error" "^3.0.0"
aggregate-error "^3.0.0"
debug "^4.0.0"
dir-glob "^3.0.0"
execa "^5.0.0"
lodash "^4.17.4"
micromatch "^4.0.0"
p-reduce "^2.0.0"

"@semantic-release/github@^8.0.0":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.0.2.tgz#80114a41f6ec8ab6c0d38a436b48ff3f2223ab16"
Expand Down

0 comments on commit 0f0827c

Please sign in to comment.