Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #99 from splunk/develop
Browse files Browse the repository at this point in the history
Release Major version of addon
  • Loading branch information
arjunkhunti-cds committed Dec 30, 2020
2 parents 8806a30 + 3c64406 commit a07e891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ orbs:
sudo apt install npm
echo "" > nextRelease.txt
npx -p @semantic-release/exec -p semantic-release semantic-release --dry-run --plugins "@semantic-release/commit-analyzer,@semantic-release/exec" --analyzeCommits @semantic-release/commit-analyzer --verifyRelease @semantic-release/exec --verifyReleaseCmd 'echo ${nextRelease.version} > nextRelease.txt'
echo "============"
Version=$(cat nextRelease.txt)
echo "============"
echo "$Version"
echo "============"
source ~/.venv/bin/activate
Expand Down

0 comments on commit a07e891

Please sign in to comment.