Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix-npm-vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Balvajs committed Apr 9, 2024
2 parents e2711bf + 8a145dd commit 7ef21d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $ nx semantic-release app-c --repositoryUrl "https://github.com/TheUnderScorer/n
| repositoryUrl | string | repositoryUrl | no | The URL of the repository to release from. |
| tagFormat | string | ${PROJECT_NAME}-v${version} | no | Tag format to use. You can refer to [semantic-release configuration](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#tagformat) |
| npm | boolean | true | no | Whether to bump package.json version and publish to registry (if package is public). |
| git | boolean | true | no | Whether to create git commit and tag. See more in [@semantic-release/git](https://github.com/semantic-release/git). |
| git | boolean | true | no | Whether to create git commit representing the new version. Setting to false disables the [@semantic-release/git](https://github.com/semantic-release/git) plugin. |
| github | boolean | true | no | Whether to create github release. |
| githubOptions | object | {} | no | Options for [@semantic-release/github](https://github.com/semantic-release/github) plugin |
| buildTarget | string | | no | The target of the build command. If your package is public and you want to release it to npm as part of release, you have to provide it. Plugin will use it to build your package and set version in package.json before releasing it to npm registry. |
Expand Down
4 changes: 1 addition & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/.eslintrc.json"
]
},
"nxCloudAccessToken": "NDE5MzEzNzgtNDA2ZC00NDE1LWE0YTktMjlmYzU2MjJhNmM1fHJlYWQtd3JpdGU=",
"parallel": 1
}
}

0 comments on commit 7ef21d5

Please sign in to comment.