openedx / openedx/openedx-atlas
semantic release next version parsing failing with semantic release update
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 3
- Forks
- 13
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
As of https://github.com/openedx/openedx-atlas/pull/67 the
part of the release workflow is now resulting in the following error
Run echo "ERROR: Could not determine next version from semantic-release dry-run output."
echo "ERROR: Could not determine next version from semantic-release dry-run output."
exit 1
shell: /usr/bin/bash -e {0}
env:
RELEASE_NEEDED: yes
NEXT_VERSION:
ERROR: Could not determine next version from semantic-release dry-run output.
Error: Process completed with exit code 1.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/release.yml lines 36-41 and inspect how the semantic-release dry-run output is parsed into NEXT_VERSION. Reproduce the release workflow failure and verify that the workflow determines the next version without emitting the error or exiting unsuccessfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, shell
- Domain
- ci-cd, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100