Skip to content

fix(release): revert version.rb to 0.2.5 so release workflow can bump#22

Merged
ronaldtse merged 1 commit into
mainfrom
fix/release-version-bump
Jul 19, 2026
Merged

fix(release): revert version.rb to 0.2.5 so release workflow can bump#22
ronaldtse merged 1 commit into
mainfrom
fix/release-version-bump

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

The metanorma/ci rubygems-release workflow owns the version bump — it expects to write the new version to lib/ea/version.rb and commit it.

PR #21 accidentally committed VERSION = "0.3.0" directly, which caused the release workflow's git_commit "Bump ea to 0.3.0" step to abort with nothing to commit, working tree clean.

This revert returns the file to 0.2.5 so the release workflow can do its job. The 0.3.0 release content is already on main; only the version-file state is being reset.

After merge, retrigger the release workflow with next_version=0.3.0.

The metanorma/ci rubygems-release workflow owns the version bump —
it expects to be the one that writes the new version to
lib/ea/version.rb and commits it. With the version already at
0.3.0 (committed in PR #21), the bump step is a no-op and git
aborts with 'nothing to commit'.

This revert returns the file to 0.2.5 so the release workflow can
do its job. The actual 0.3.0 release content is already on main.
@ronaldtse
ronaldtse merged commit e009ffb into main Jul 19, 2026
14 checks passed
@ronaldtse
ronaldtse deleted the fix/release-version-bump branch July 19, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant