Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
fix: add version string to releases
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
coderbyheart committed Aug 19, 2019
1 parent cf20e8f commit c948f60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
when: on_success
name: Run semantic relase
command: |
npm i --no-save semantic-release;
npm i --no-save semantic-release @bifravst/semantic-release-github@15.14.0-release-in-assets
npx semantic-release || true
workflows:
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,18 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
"@bifravst/semantic-release-github",
{
"assets": [
{
"path": "/root/ncs/cat-tracker-nrf9160_pca20035ns.hex",
"label": "Pre-build HEX file for Thingy:91"
"name": "cat-tracker-nrf9160_pca20035ns-%RELEASE%.hex",
"label": "Pre-build HEX file for Thingy:91 (%RELEASE%)"
},
{
"path": "/root/ncs/cat-tracker-nrf9160_pca10090ns.hex",
"label": "Pre-build HEX file for nRF9160 DK"
"name": "cat-tracker-nrf9160_pca10090ns-%RELEASE%.hex",
"label": "Pre-build HEX file for nRF9160 DK (%RELEASE%)"
}
]
}
Expand Down

0 comments on commit c948f60

Please sign in to comment.