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 347ffe6 commit 36f00a5Copy full SHA for 36f00a5
codebuild/release/version.yml
@@ -19,6 +19,7 @@ phases:
19
- npm install @semantic-release/changelog -d
20
- npm install @semantic-release/exec -d
21
- npm install @semantic-release/git -d
22
+ - npm install conventional-changelog-conventionalcommits -d
23
- npm install --save conventional-changelog
24
runtime-versions:
25
nodejs: 16
@@ -30,4 +31,4 @@ phases:
30
31
build:
32
commands:
33
# semantic-release uses config stored in ~/.releaserc
- - npx --package=conventional-changelog-conventionalcommits --package=@semantic-release/git --package=@semantic-release/exec --package=@semantic-release/changelog semantic-release --branches $BRANCH --no-ci
34
+ - npx semantic-release --branches $BRANCH --no-ci
0 commit comments