[#134] Release readiness - distribution, versioning, CI, and packaging#136
Open
milkyskies wants to merge 6 commits intomainfrom
Open
[#134] Release readiness - distribution, versioning, CI, and packaging#136milkyskies wants to merge 6 commits intomainfrom
milkyskies wants to merge 6 commits intomainfrom
Conversation
- Add release workflow for cross-platform binary builds (macOS, Linux, Windows) - Add release-please for automated version bumps and CHANGELOG generation - Add example app build check to CI pipeline - Add MIT LICENSE file - Add crates.io metadata to Cargo.toml (description, license, repository, etc.) - Add repository metadata to vite-plugin-floe package.json - Add license and icon fields to VS Code extension package.json - Fix root package.json filter names (zenscript -> floe) - Add conventional commits rule to workflow.md - Rename VS Code extension icon paths from zs-* to floe-* - Seed CHANGELOG.md with current features Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…directory - Add playground/build.sh for wasm-pack WASM builds - Update playground sample code to use new syntax (fn, |x|, .field, ->) - Add playground/.gitignore for generated pkg/ directory - Create VS Code extension icons directory with README Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Explains how conventional commits, release-please, and the release workflow fit together so the team knows how versioning works. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
macOS and Windows jobs stay on GitHub-hosted runners since Ubicloud only provides Linux runners. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…s.io publish - Rename vite-plugin-floe to @floelang/vite-plugin across all files - Update VS Code extension publisher to floelang - Add publishConfig with public access for scoped npm package - Add publish steps to release workflow: crates.io, npm, Open VSX - Update all imports (todo app, vite docs, plugin source) - Update CLAUDE.md with package names table Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
closes #134
Summary
feat:/fix:/chore:prefixesStill needed (not blocking this PR)
Test plan
cargo fmtpassescargo clippy -- -D warningspassescargo testpasses (12/12)