Skip to content

Commit

Permalink
fix: sem rel CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Nov 13, 2019
1 parent 332f18e commit d359be6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./prepare-release.sh ${nextRelease.version}"
"prepareCmd": "./build/prepare-release.sh ${nextRelease.version}"
}
],
[
Expand All @@ -27,4 +27,3 @@
"@semantic-release/github",
]
}

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "ambianic-edge",
"version": "1.0.1",
"description": "Ambianic Edge monitors sensors, cameras and other inputs, then makes actionable observations.",
"license": "Apache 2",
"homepage": "https://ambianic.ai",
"private": false,
"scripts": {
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ambianic/ambianic-edge.git"
}
}

0 comments on commit d359be6

Please sign in to comment.