Skip to content

Add missing historical git tags and GitHub Releases (v0.4.0–v0.11.1)#67

Merged
yeison-liscano merged 2 commits intomainfrom
copilot/create-releases-and-tags
Mar 18, 2026
Merged

Add missing historical git tags and GitHub Releases (v0.4.0–v0.11.1)#67
yeison-liscano merged 2 commits intomainfrom
copilot/create-releases-and-tags

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 18, 2026

Versions v0.4.0–v0.7.0 had no git tags, and v0.8.0–v0.11.1 had tags but no GitHub Releases. The publish workflow also never created GitHub Releases — only PyPI publishes and git tags.

Changes

  • .github/workflows/create-historical-releases.yml — New workflow_dispatch workflow that backfills all missing history:

    • Creates tags v0.4.0v0.7.0 pointing to the commits where each version was first set in pyproject.toml
    • Creates GitHub Releases for all 18 missing entries (v0.4.0v0.11.1)
    • Idempotent: skips any tag/release that already exists
  • .github/workflows/publish.yml — Adds a Create GitHub Release step (with --generate-notes) after the existing tag push, so future releases are complete from the start

Version → commit mapping used for the new tags:

Tag Commit
v0.4.0 4275210
v0.4.1 d42034d
v0.4.2 d6ed57b
v0.4.3 bc8ab2c
v0.5.0 e6153d7
v0.5.1 0b36748
v0.6.0 90cbeea
v0.6.1 96aa1ad
v0.6.2 a26e6d2
v0.7.0 5c824c6

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh auth status (http block)

If you need me to access, download, or install something from one of these locations, you can either:


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

…ate GitHub Releases

Co-authored-by: yeison-liscano <104051061+yeison-liscano@users.noreply.github.com>
Copilot AI changed the title [WIP] Add missing version tags for project releases Add missing historical git tags and GitHub Releases (v0.4.0–v0.11.1) Mar 18, 2026
Copilot AI requested a review from yeison-liscano March 18, 2026 03:45
@yeison-liscano yeison-liscano marked this pull request as ready for review March 18, 2026 03:47
@yeison-liscano yeison-liscano merged commit 8e818eb into main Mar 18, 2026
3 of 4 checks passed
@yeison-liscano yeison-liscano deleted the copilot/create-releases-and-tags branch March 18, 2026 03:49
Copilot stopped work on behalf of yeison-liscano due to an error March 18, 2026 03:51
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.

2 participants