Release Notes Template

This template matches the format used in v0.3.0 and v0.4.0 releases. Replace all {PLACEHOLDERS} before publishing.


What's New

Features

{FEATURES_LIST}

Bug Fixes

{BUGFIXES_LIST}

Known Issues

{KNOWN_ISSUES}

See CHANGELOG.md for full details.

Installation

WebApp: Download requests_and_offers.webhapp from this release

Desktop Apps:

Homebrew (macOS):

brew tap happenings-community/homebrew-requests-and-offers
brew install --cask requests-and-offers

Technical Specifications

  • Network: {NETWORK}
  • Holochain Version: {HOLOCHAIN_VERSION}
  • UI Framework: SvelteKit + Svelte 5
  • Architecture: 7-Layer Effect-TS

Full Changelog: https://github.com/happenings-community/requests-and-offers/compare/v{PREV_VERSION}...v{VERSION}


Variable Reference

VariableDescriptionExample
{VERSION}Release version number0.4.0
{PREV_VERSION}Previous release version0.3.0
{RELEASE_TITLE}Release headline with emoji🚀 Weave/Moss Integration & Markdown Support Release
{FEATURES_LIST}Feature bullet points from CHANGELOG- **Feature Name**: Description
{BUGFIXES_LIST}Bug fix bullet points from CHANGELOG- **Fix Name**: Description
{KNOWN_ISSUES}Known issues or "None"- **hREA**: Outstanding issues...
{NETWORK}Bootstrap/signal network useddev-test-bootstrap2.holochain.org
{HOLOCHAIN_VERSION}Holochain framework version0.6.0

Usage

# 1. Copy template content (everything between the --- markers above)
# 2. Replace {VERSION} globally
# 3. Fill in features/bugfixes from CHANGELOG.md
# 4. Apply to GitHub release:
gh release edit v{VERSION} --notes "$(cat /tmp/release-notes.md)"

The download URL pattern is consistent across releases — only {VERSION} changes in the links.