release: v1.0.0 — Marketplace prep + action.yml polish#13
Merged
AbdullahBakir97 merged 1 commit intomainfrom Apr 27, 2026
Merged
release: v1.0.0 — Marketplace prep + action.yml polish#13AbdullahBakir97 merged 1 commit intomainfrom
AbdullahBakir97 merged 1 commit intomainfrom
Conversation
Tier A #2. Final piece for v1 GA. ## action.yml - pip install: replaced unpublished `cortex-profile==1.0.0` reference with direct git install of cortex-core + cortex-cli at the action's pinned ref. Lets the action work without a separate PyPI release pipeline; users get the CLI matching whichever tag they pinned. - Auto-commit step: collapsed multi-line commit message into repeated -m flags (same fix we applied to refresh-context.yml + build-examples.yml earlier — YAML literal-block parser doesn't tolerate unindented lines). ## Versions - cortex-core: 0.2.1 -> 1.0.0 - cortex-cli: 0.1.0 -> 1.0.0 - Both pyproject.toml classifiers: "3 - Alpha" -> "5 - Production/Stable" - __init__.py __version__ strings updated in both packages ## CHANGELOG.md - New [1.0.0] section enumerating the 22 widgets, system features (theme, a11y, GitHub sources, compose, sources package), perf wins (heatmap -12%, marquee -47%), and CI infrastructure - Notes "Breaking changes: None" — fully backward-compatible with v0.x ## Marketplace listing The technical pieces are all in place: • Polished action.yml with branding (icon: cpu, color: purple) • All inputs documented • CHANGELOG entry for v1.0.0 • Release notes ready The actual Marketplace listing is a one-time GitHub UI step (Settings -> Actions -> "Publish this Action to Marketplace") that has to be done via the web after a v1.0.0 tag exists. CI green; ready for tag.
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
Tier A #2. Final piece for v1 GA.
action.yml
cortex-profile==1.0.0PyPI reference with direct git install at the action's pinned ref-m)Version bumps
cortex-core: 0.2.1 → 1.0.0 (Production/Stable classifier)cortex-cli: 0.1.0 → 1.0.0__version__strings updated;cortex --versionnow reports 1.0.0CHANGELOG.md
[1.0.0]section enumerating 22 widgets + system features + perf winsMarketplace next step
After this PR merges, tag
v1.0.0, then publish to Marketplace via Settings → Actions web UI.Test plan
cortex --versionreports 1.0.0