Skip to content

Commit

Permalink
chore(releaserc): prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Mar 7, 2024
1 parent 3f9d2c0 commit 7e2951f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
12 changes: 11 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "nx run-many --target=lint --projects=auth-js,ngx-auth",
"test": "nx run-many --target=test --projects=auth-js,ngx-auth",
"publish": "multi-semantic-release --ignore-private-packages --yes",
"publish-dry-run": "GITHUB_TOKEN=XXX NPM_TOKEN=XXX npm run publish -- --no-ci",
"publish-dry-run": "GITHUB_TOKEN=XXX NPM_TOKEN=XXX npm run publish -- --dry-run --no-ci",
"postinstall": "node ./scripts/patch-semantic-release-npm.js",
"prepare": "husky || true"
},
Expand Down
1 change: 1 addition & 0 deletions projects/auth-js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@badisi/auth-js",
"private": true,
"version": "0.0.0-semantically-released",
"description": "Authentication and authorization support for web based desktop and mobile applications.",
"homepage": "https://github.com/Badisi/auth-js/tree/main/projects/auth-js",
Expand Down
1 change: 1 addition & 0 deletions projects/ngx-auth/.releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"branches": [
"main",
{
"name": "ngx-auth-2.x",
"range": "2.x",
Expand Down

0 comments on commit 7e2951f

Please sign in to comment.