diff --git a/.circleci/config.yml b/.circleci/config.yml index 3444a307..64dab893 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ commands: - run: name: Get Version command: | - VERSION=$(cat ./artifacts/.version) + VERSION=$(node -p "require('./lerna.json').version") [[ $VERSION =~ "-" ]] && export PRERELEASE="--pre-release" echo ${PRERELEASE} release_notes: @@ -69,9 +69,9 @@ jobs: steps: - checkout_install - get_version + - release_notes - build - test - - codequality package: docker: - image: cimg/node:18.19-browsers