fix: prepare v1.2.1 patch release with corrected workflows and docume…#10
Merged
fix: prepare v1.2.1 patch release with corrected workflows and docume…#10
Conversation
…ntation - Bump version to 1.2.1 across all package files - Fix README binary download links to use correct .tar.gz format for macOS/Linux - Fix GitHub Actions workflow trigger from 'published' to 'created' to allow asset uploads - Fix Python workflow Windows shell syntax errors (remove backslash line continuations) - Update installation commands with proper tar extraction steps - Update CI/CD examples with correct binary format This patch release fixes the v1.2.0 release issues: - Immutable release preventing binary uploads - Incorrect binary download links in documentation - Windows PowerShell syntax errors in Python workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Fix v1.2.1 - Patch Release for Workflow and Documentation Issues
Summary
Critical patch release to fix v1.2.0 deployment issues including immutable release workflows, incorrect binary documentation, and Windows build failures.
🚨 Issues Fixed
GitHub Actions Workflow Issues
release: [published]but releases are immutable at that pointDocumentation Issues
.tar.gzfor macOS/Linux🔧 Technical Fixes
Workflow Trigger Fix
Windows Shell Syntax Fix
Binary Download Links Fix
📦 Version Updates
All package files synchronized to v1.2.1:
package.json&package-lock.jsonpython-package/pyproject.toml🛠️ Files Changed
.github/workflows/release-binaries.yml.github/workflows/publish-python.ymlREADME.mdpackage.jsonpackage-lock.jsonpython-package/pyproject.toml🚀 Expected Release Process
With these fixes, the v1.2.1 release process will be:
capiscio-win-x64.execapiscio-win-arm64.execapiscio-linux-x64.tar.gzcapiscio-darwin-x64.tar.gzcapiscio-darwin-arm64.tar.gz📋 Testing Checklist
🎯 Validation
CLI Version Check
Binary Download URLs
All links now correctly point to
.tar.gzfor Unix platforms:capiscio-linux-x64.tar.gzcapiscio-darwin-x64.tar.gzcapiscio-darwin-arm64.tar.gzInstallation Commands
# Linux/macOS (updated) curl -L -o capiscio-linux-x64.tar.gz https://github.com/.../capiscio-linux-x64.tar.gz tar -xzf capiscio-linux-x64.tar.gz chmod +x capiscio-linux-x64 ./capiscio-linux-x64 --versionNone - This is a documentation and infrastructure fix. No changes to CLI functionality or API.
🔗 Related Issues
Fixes the following v1.2.0 deployment problems:
Ready for v1.2.1 release! This patch resolves all deployment blockers and ensures users get working download links and installation instructions.