Skip to content

Release v2.0.0 - #44

Closed
yosriady wants to merge 1 commit into
mainfrom
release/v2.0.0
Closed

Release v2.0.0#44
yosriady wants to merge 1 commit into
mainfrom
release/v2.0.0

Conversation

@yosriady

@yosriady yosriady commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Release v2.0.0

Major release following the public-surface trim (#43, backend getformo/formono#2182).

Breaking changes (why this is a major)

Removed command Replacement
formo alerts test <alertId> None — alert delivery tests are dashboard-only now (the backend route is internal)
formo contracts recommendations None — dashboard-only; approximate via the SQL query API if needed
formo contracts pipeline <chain> <address> `formo contracts update --include-in-pipeline <true

Changed

  • formo charts list now returns lightweight summaries by default; pass --results to execute each chart's query and include full results.
  • formo charts meta rides the list endpoint (summaries default) instead of the removed /charts/meta route.

In this PR

  • package.json 1.2.1 → 2.0.0 (release workflow requires the tag to match).
  • README.md / SKILLS.md synced to the trimmed surface (they still documented the removed commands).

Release steps after merge

  1. Tag the merge commit on main: git tag v2.0.0 <merge-sha> && git push origin v2.0.0 — the Publish Package workflow validates strict semver, tag-on-main, and tag==package.json, then publishes to npm.
  2. Optional: npm deprecate @getformo/cli@1.x "1.x calls removed API routes (alerts test, contracts recommendations/pipeline). Upgrade to 2.x." (adjust package name/message as desired).

🤖 Generated with Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Review in cubic

…face

Major because #43 removed user-facing commands (alerts test, contracts
recommendations, contracts pipeline). README and SKILLS drop those
sections, document charts list's summaries default + --results, and
point pipeline toggling at contracts update --include-in-pipeline.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@blacksmith-sh

blacksmith-sh Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Found 1 test failure on Blacksmith runners:

Failure

Test View Logs
commands/charts › live API › listChartsRun()/
returns paginated charts for a board with the parent board
View Logs

Fix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need.

@yosriady

yosriady commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by the v1.3.0 release PR — going minor instead of major since adoption is near-zero.

@yosriady yosriady mentioned this pull request Aug 6, 2026
@yosriady yosriady closed this Aug 6, 2026
@yosriady
yosriady deleted the release/v2.0.0 branch August 6, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant