We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa07ed commit a0947ddCopy full SHA for a0947dd
.github/workflows/release.yml
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
git config user.name "github-actions[bot]"
41
git config user.email "github-actions[bot]@users.noreply.github.com"
42
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
43
npm run ci:release
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
nx.json
@@ -39,8 +39,10 @@
"projectsRelationship": "independent",
"releaseTagPattern": "{projectName}/{version}",
"changelog": {
- "createRelease": "github",
- "file": false
+ "projectChangelogs": {
+ "createRelease": "github",
+ "file": false
+ }
46
},
47
"version": {
48
"conventionalCommits": true,
0 commit comments