Skip to content

Commit

Permalink
fix(build): enable semantic-release (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Rushil <rushil.v@ibm.com>
  • Loading branch information
Rishi-web authored Oct 18, 2022
1 parent b83a6e8 commit f36abfd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branch": "master",
"branches": ["master"],
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"publish": [
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ node_js:
- 14
- 16

cache:
npm: false

before_install:
- npm i -g npm@8
- npm --version

script:
- npm run build
- npm run test-unit-travis || travis_terminate 1
- npm run test-integration-travis || travis_terminate 1
- npm run lint
- npm run check-packages

Expand Down
23 changes: 0 additions & 23 deletions CHANGELOG.md

This file was deleted.

18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm-cloud/ibm-key-protect",
"version": "1.0.0",
"version": "0.1.2",
"description": "IBM Cloud Key Protect Node SDK",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@ibm-cloud/platform-services": "^0.20.3",
"@types/node": "^12.0.8",
"extend": "^3.0.2",
"ibm-cloud-sdk-core": "^3.1.0"
"ibm-cloud-sdk-core": "^3.2.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
Expand Down

0 comments on commit f36abfd

Please sign in to comment.