Skip to content

Commit

Permalink
chore(gmap-vue): use github plugin for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Nov 27, 2021
1 parent 46085c5 commit 3343411
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/gmap-vue/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
[
"@semantic-release/git",
"@semantic-release/github",
{
"assets": ["./CHANGELOG.md"],
"message": "chore(gmap-vue): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down
2 changes: 1 addition & 1 deletion packages/gmap-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"babel-loader": "^8.2.3",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
Expand Down
23 changes: 2 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3343411

Please sign in to comment.