Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,16 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"@forgerock/device-client",
"@forgerock/davinci-client",
"autoscript-apps",
"autoscript-suites",
"davinci-app",
"mock-api",
"token-vault-app",
"@forgerock/token-vault-interceptor",
"token-vault-proxy",
"token-vault-suites"
]
}
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ jobs:
id: changesets
with:
publish: pnpm ci:release
version: pnpm ci:version
title: Release PR
branch: master
setupGitUser: false
env:
# See https://github.com/changesets/action/issues/147
HOME: ${{ github.workspace }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NPM_CONFIG_PROVENANCE: 'true'
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

- name: rebase develop with main on publish
Expand All @@ -100,3 +101,4 @@ jobs:
git push -f
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"build": "nx affected --target=build",
"clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"",
"ci:release": "pnpm -r release",
"ci:release": "pnpm publish -r --no-git-checks && changeset tag",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"changeset": "pnpm changeset",
"commit": "git cz",
"docs": "nx affected --target=typedoc",
Expand Down
3 changes: 0 additions & 3 deletions packages/javascript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
}
},
"type": "module",
"scripts": {
"release": "pnpm publish"
},
"devDependencies": {
"vitest": "^1.4.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/ping-protect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@
"types": "./dist/index.ts.d.ts",
"peerDependencies": {
"@forgerock/javascript-sdk": "workspace:*"
},
"scripts": {
"release": "pnpm publish"
}
}
3 changes: 0 additions & 3 deletions packages/token-vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@
},
"peerDependencies": {
"@forgerock/javascript-sdk": "workspace:*"
},
"scripts": {
"release": "pnpm publish"
}
}
Loading