We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b6260 commit a34e0adCopy full SHA for a34e0ad
codebuild/release/version.yml
@@ -12,13 +12,13 @@ env:
12
phases:
13
install:
14
commands:
15
+ - n 18
16
+ - node -v
17
- npm install --save-dev semantic-release
18
- npm install @semantic-release/changelog -d
19
- npm install @semantic-release/exec -d
20
- npm install @semantic-release/git -d
21
- npm install --save conventional-changelog
- runtime-versions:
- nodejs: 14
22
pre_build:
23
24
- git config --global user.name "aws-crypto-tools-ci-bot"
0 commit comments