Skip to content

Commit

Permalink
Merge pull request #36 from ashvardanian/main-dev
Browse files Browse the repository at this point in the history
Make: Separate CI
  • Loading branch information
ashvardanian authored Oct 27, 2023
2 parents 3bb8ce8 + 62c4901 commit 5024213
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
persist-credentials: false
- uses: actions/setup-node@v3
- run: npm install --save-dev @semantic-release/exec @semantic-release/git conventional-changelog-eslint semantic-release && npx semantic-release
- run: npm install --save-dev --prefix ./package-ci @semantic-release/exec @semantic-release/git conventional-changelog-eslint semantic-release && npx --prefix ./package-ci semantic-release

rebase:
name: Rebase Dev. Branch
Expand Down
10 changes: 10 additions & 0 deletions package-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "simsimd-ci",
"version": "1.0.0",
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^21.1.2"
}
}
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@
"bench": "node ./javascript/bench.js"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"benchmark": "^2.1.4",
"conventional-changelog-eslint": "^3.0.9",
"mathjs": "^11.11.2",
"node-gyp": "^8.3.0",
"semantic-release": "^21.1.2",
"typescript": "^5.1.6",
"usearch": "^2.7.2"
}
Expand Down

0 comments on commit 5024213

Please sign in to comment.