fix: release v0.1.10 - workflow security fixes and template formatting#15
Merged
ramonclaudio merged 3 commits intomainfrom Sep 7, 2025
Merged
fix: release v0.1.10 - workflow security fixes and template formatting#15ramonclaudio merged 3 commits intomainfrom
ramonclaudio merged 3 commits intomainfrom
Conversation
- Add proper formatting for minisign checksum file - Set read-only permissions at top level following OpenSSF best practices - Move NPM publish after security artifact generation - Fix duplicate jobs section in workflow
- Fix missing newline at end of debugger.md - Fix missing newlines in all command template files - Add newline to end of CLAUDE.md individual preferences section
- Update package.json version to 0.1.10 - Update package-lock.json version - Add v0.1.10 changelog entry documenting all fixes
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.
Summary
Complete the v0.1.10 release with critical workflow security fixes, OpenSSF compliance improvements, and template formatting corrections.
Type of Change
Related Issues
Fixes publish workflow failures that prevented security artifact generation for v0.1.7, v0.1.8, and v0.1.9 releases.
Changes Made
Workflow Security Fixes
OpenSSF Compliance
Template Formatting
Testing
Checklist
Notes
This release ensures that all future releases will have proper security artifacts (minisign signatures, GPG signatures, SBOMs, SLSA attestations) attached to GitHub releases, meeting OpenSSF Scorecard requirements for signed releases and supply chain security.