Skip to content

Commit

Permalink
chore: release v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Oct 4, 2023
1 parent 1e0c68f commit bed84b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm run ci:build

- name: Run Semantic Release 🚀
run: npm run publish
run: npm run release --ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions sdks/js/packages/core/.release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"git": {
"requireBranch": "main",
"commitMessage": "chore: release v${version}"
},
"github": {
"tag": false,
"release": false
},
"npm": {
"release": true
}
}
4 changes: 2 additions & 2 deletions sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raystack/frontier",
"version": "0.7.7",
"version": "0.7.8",
"description": "A js library for frontier",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -101,4 +101,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit bed84b3

Please sign in to comment.