Full build: Vite/React acid-terminal frontend (BEARER design system, Panchang/Sentient/Fragment Mono, neon layer, palette audit script), HoodquidityVaults Foundry contracts (single+dual deposits via Chainlink-style feeds, hybrid exit, 10% platform fee, boost, Genesis LP), Reown AppKit wallet connect with Robinhood Chain testnet (46630), live data from Dexscreener and onchain reads, partner portal, design-sync setup for claude.ai/design. Deploy: static via Forgejo Actions platform, BUILD_DIR=apps/web/dist (.env). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
521 B
521 B
Release checklist
This checklist is meant to be used as a guide for the forge-std release process.
Steps
- Update the version number in
package.json - Open and merge a PR with the version bump
- Tag the merged commit with the version number:
git tag v<X.Y.Z> - Push the tag to the repository:
git push --tags - Create a new GitHub release with the automatically generated changelog and the name set to
v<X.Y.Z> - Add
## Featured Changessection to the top of the release notes