Skip to content

Commit

Permalink
fix: updated CI and semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Sep 17, 2024
1 parent 4b5a978 commit e64acdf
Show file tree
Hide file tree
Showing 4 changed files with 2,850 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
node-version: 20.x

- name: Install dependencies to get semantic release components and plugins
run: npm ci --ignore-scripts
- name: Install dependencies
run: npm install

- name: "Build"
run: npm run build
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/synchronize_branches.yml

This file was deleted.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"ajv": "^8.12.0",
"algo-msgpack-with-bigint": "^2.1.1",
"bip32-ed25519": "^0.0.4",
Expand All @@ -29,6 +32,7 @@
"jest": "^29.7.0",
"js-sha512": "^0.8.0",
"libsodium-wrappers-sumo": "^0.7.13",
"semantic-release": "^24.1.1",
"ts-custom-error": "^3.2.0",
"ts-log": "^2.2.4"
},
Expand All @@ -52,7 +56,7 @@
],
"testEnvironment": "node"
},
"repository": "[email protected]:algorandfoundation/bip32-ed25519-ts.git",
"repository": "[email protected]:algorandfoundation/xHD-Wallet-API-ts.git",
"files": [
"dist",
"README.md",
Expand Down Expand Up @@ -82,11 +86,11 @@
]
],
"branches": [
"release/*",
"release",
{
"name": "main",
"prerelease": "canary"
}
]
}
}
}
Loading

0 comments on commit e64acdf

Please sign in to comment.