Skip to content
Merged
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
3 changes: 2 additions & 1 deletion codebuild/release/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ phases:
- npm install @semantic-release/changelog -d
- npm install @semantic-release/exec -d
- npm install @semantic-release/git -d
- npm install conventional-changelog-conventionalcommits -d
- npm install --save conventional-changelog
runtime-versions:
nodejs: 16
Expand All @@ -30,4 +31,4 @@ phases:
build:
commands:
# semantic-release uses config stored in ~/.releaserc
- npx semantic-release --branches $BRANCH --no-ci
- npx semantic-release --branches $BRANCH --no-ci