Skip to content

Commit

Permalink
Merge pull request #19 from line-o/master
Browse files Browse the repository at this point in the history
fix(release): add npm plugin for semantic release
  • Loading branch information
line-o authored Jan 14, 2021
2 parents 91ba04a + 18937ca commit 1d34332
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand All @@ -10,8 +11,8 @@
"assets": [
{
"path": "./roaster-*.xar",
"name": "roaster-${nextRelease.gitTag}.xar",
"label": "Expath package (roaster-${nextRelease.gitTag}.xar)"
"name": "roaster-${nextRelease.version}.xar",
"label": "Expath package (roaster-${nextRelease.version}.xar)"
}
]
}]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@existdb/gulp-replace-tmpl": "^1.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.9",
"axios": "^0.21.1",
"chai": "^4.2.0",
"chai-openapi-response-validator": "^0.9.4",
Expand All @@ -34,6 +35,7 @@
"semantic-release": "^17.3.2",
"tmp": "^0.2.1"
},
"private": true,
"mocha": {
"timeout": 10000,
"slow": 1000
Expand Down

0 comments on commit 1d34332

Please sign in to comment.