openedx / openedx/openedx-atlas

semantic release next version parsing failing with semantic release update

Open
#69 4 comments 0 reactions 0 assignees View on GitHub

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

https://github.com/openedx/openedx-atlas/blob/275f68fe34b3f9b1fd21b3e0e4ec445b3f0e6794/.github/workflows/release.yml#L36-L41

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.