Skip to content

Bump version to 1.0.2 and automate tag creation on VERSION change#1

Merged
axgd-code merged 2 commits intomainfrom
copilot/create-new-tag
Mar 31, 2026
Merged

Bump version to 1.0.2 and automate tag creation on VERSION change#1
axgd-code merged 2 commits intomainfrom
copilot/create-new-tag

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 31, 2026

No mechanism existed to create a new git tag (and therefore trigger a release) without manual git tag + git push steps.

Changes

  • VERSION: bumped 1.0.11.0.2
  • .github/workflows/tag.yml (new): triggers on main pushes that touch VERSION; reads the version with whitespace trimming, guards against duplicate tags, then creates and pushes v<VERSION> — which fires the existing release.yml to produce the full GitHub Release + CLI/UI asset bundles
VERSION bump merged to main
  → create-tag workflow
    → git tag v1.0.2 pushed
      → release.yml: GitHub Release + ok_computer-cli-v1.0.2.zip + UI bundles (macOS/Linux/Windows)

Copilot AI changed the title [WIP] Add functionality to create a new tag Bump version to 1.0.2 and automate tag creation on VERSION change Mar 31, 2026
Copilot AI requested a review from axgd-code March 31, 2026 08:18
@axgd-code axgd-code marked this pull request as ready for review March 31, 2026 08:19
@axgd-code axgd-code merged commit 13f4ad8 into main Mar 31, 2026
4 checks passed
@axgd-code axgd-code deleted the copilot/create-new-tag branch March 31, 2026 23:09
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