Skip to content

Commit

Permalink
fix: semantic release pkg bump (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnunAVFAzion authored Sep 13, 2023
2 parents 2d3a99a + a6f5e88 commit 6202b4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
"issueUrlFormat": "https://github.com/aziontech/vulcan/issues/{id}"
}
}
},
"@semantic-release/git": {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@
"webpack-merge": "^5.9.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@jest/globals": "^29.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.4",
"conventional-changelog-conventionalcommits": "^4.6.0",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@jest/globals": "^29.5.0",
"babel-jest": "^29.5.0",
"babel-plugin-transform-import-meta": "^2.2.0",
"clean-jsdoc-theme": "^4.2.9",
"conventional-changelog-conventionalcommits": "^4.6.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand Down Expand Up @@ -109,4 +109,4 @@
"url": "https://github.com/aziontech/vulcan/issues"
},
"homepage": "https://github.com/aziontech/vulcan#readme"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,7 @@

"@semantic-release/git@^10.0.1":
version "10.0.1"
resolved "https://registry.npmjs.org/@semantic-release/git/-/git-10.0.1.tgz"
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-10.0.1.tgz#c646e55d67fae623875bf3a06a634dd434904498"
integrity sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==
dependencies:
"@semantic-release/error" "^3.0.0"
Expand Down

0 comments on commit 6202b4b

Please sign in to comment.