Skip to content

Commit

Permalink
Merge pull request #30 from lhansford/develop
Browse files Browse the repository at this point in the history
fix: create releaserc
  • Loading branch information
lhansford authored Sep 18, 2021
2 parents 9506cc4 + 8994829 commit 548470c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 21 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@saithodev/semantic-release-backmerge"
]
}
21 changes: 0 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,6 @@
"type": "git",
"url": "https://github.com/lhansford/measure-fns.git"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@saithodev/semantic-release-backmerge"
]
},
"scripts": {
"build": "rollup --config ./config/rollup.config.js",
"lint": "node_modules/eslint/bin/eslint.js src --ext .js,.ts",
Expand Down

0 comments on commit 548470c

Please sign in to comment.