Skip to content

Commit

Permalink
fix(build): Attempt to push up package.json with updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepentland committed Nov 17, 2018
1 parent 79a2e9c commit b5f5cee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"release": {
"branch": "master"
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swarmer-client",
"version": "1.1.1",
"version": "1.1.0",
"description": "A client designed to work with the swarmer application inside docker",
"main": "./lib/index.js",
"repository": {
Expand Down

0 comments on commit b5f5cee

Please sign in to comment.