[PR #345] [MERGED] Add semver ↔ PEP 440 version format conversion utilities #347

Closed
opened 2026-02-16 02:17:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/345
Author: @adrianlyjak
Created: 2/9/2026
Status: Merged
Merged: 2/9/2026
Merged by: @adrianlyjak

Base: mainHead: claude/semver-pep440-conversion-Cklv3


📝 Commits (2)

  • b57c3fc Add semver <-> PEP 440 version conversion for pre-release publishing
  • 1395904 Add dev branch to release workflow for pre-release publishing

📊 Changes

3 files changed (+175 additions, -3 deletions)

View changed files

📝 .github/workflows/publish_changesets.yml (+2 -2)
📝 src/dev_cli/changesets.py (+51 -1)
📝 tests/dev_cli/test_changesets.py (+122 -0)

📄 Description

Adds support for dev branch to publish from. Expectation is that we'll run a changesets enter rc there to switch to an rc suffix. 1.2.3-rc1. Version sync will convert to 1.2.3rc1 for pep 440 compatibility.

This way we can start trying out pre-release packages/larger breaking changes without blocking patches on main


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/345 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `claude/semver-pep440-conversion-Cklv3` --- ### 📝 Commits (2) - [`b57c3fc`](https://github.com/run-llama/workflows-py/commit/b57c3fc4c7edc58c8a51a251d9b3e18a75722ce1) Add semver <-> PEP 440 version conversion for pre-release publishing - [`1395904`](https://github.com/run-llama/workflows-py/commit/1395904573d495752536fb973fbdb15faf3dd717) Add dev branch to release workflow for pre-release publishing ### 📊 Changes **3 files changed** (+175 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish_changesets.yml` (+2 -2) 📝 `src/dev_cli/changesets.py` (+51 -1) 📝 `tests/dev_cli/test_changesets.py` (+122 -0) </details> ### 📄 Description Adds support for `dev` branch to publish from. Expectation is that we'll run a `changesets enter rc` there to switch to an rc suffix. `1.2.3-rc1`. Version sync will convert to `1.2.3rc1` for pep 440 compatibility. This way we can start trying out pre-release packages/larger breaking changes without blocking patches on `main` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:17:18 -05:00
yindo closed this issue 2026-02-16 02:17:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#347