Downloadable releases, CI, and README refresh for discoverability#55
Draft
kodinkod wants to merge 1 commit into
Draft
Downloadable releases, CI, and README refresh for discoverability#55kodinkod wants to merge 1 commit into
kodinkod wants to merge 1 commit into
Conversation
…ility - README: add download-binaries path to Quick start (most visitors won't build from source), document the shipped Present mode and LaTeX math, add the Cmd/Ctrl+Shift+P shortcut, and drop already-shipped items (per-note encryption, LaTeX) from the roadmap - Add a tag-triggered release workflow that builds .dmg (arm64 + x64), .msi, .deb and .AppImage via tauri-action and drafts a GitHub Release - Add a lightweight CI workflow (frontend typecheck + build) https://claude.ai/code/session_017WeqJfUrTJV3HGiB4b8JZF
|
|
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.
Why
The biggest adoption blocker right now isn't the README — it's that there is nothing to download. The only release is a single macOS-arm64
.dmgon a prerelease tag, so everyone else has to install Rust + Node and build from source. This PR makes "try Mycel in one minute" real and freshens the README around it.What
Release automation (
.github/workflows/release.yml)v*) workflow usingtauri-apps/tauri-action: builds.dmgfor macOS (Apple Silicon and Intel),.msifor Windows,.deb/.AppImagefor Linux, and attaches them all to a draft GitHub Release for review before publishing.git tag v0.2.0 && git push origin v0.2.0, then publish the draft.CI (
.github/workflows/ci.yml)npm run lintis intentionally skipped — there is no ESLint config in the repo yet, so the script currently errors out; worth fixing separately.)README
⌘/Ctrl+Shift+P,---slide splitting, overview, edit-from-slide) and LaTeX math (KaTeX, inline + block). Added to features, shortcuts table, and stack table.Notes
Verified locally:
npm run build(tsc + vite) passes. The release workflow can only be exercised by pushing a tag.https://claude.ai/code/session_017WeqJfUrTJV3HGiB4b8JZF
Generated by Claude Code