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 #105 from splunk/test/resolve-app-inspect
Browse files Browse the repository at this point in the history
fix: modified the next release version
  • Loading branch information
arjunkhunti-cds committed Jan 5, 2021
2 parents a48cd66 + 5bc2f7f commit cc07eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ orbs:
command: |
touch 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'
sed -i -e "s/-develop./develop/g" nextRelease.txt
VERSION=$(cat nextRelease.txt)
echo "$VERSION"
source ~/.venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Splunk-1-2020
##
https://679-287085785-gh.circle-artifacts.com/0/dist/splunk_add_on_ucc_framework-4.1.12.post5.dev0%2B8c9766de.tar.gz
https://667-287085785-gh.circle-artifacts.com/0/dist/splunk_add_on_ucc_framework-4.1.12.post2.dev0%2B6ca00f55.tar.gz
lovely-pytest-docker
reuse
pytest
Expand Down

0 comments on commit cc07eb8

Please sign in to comment.