Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 929 Bytes

File metadata and controls

39 lines (25 loc) · 929 Bytes

@CLAUDE.md

Release workflow

This repository uses Tegami for versioning and publishing.

Write changelog files

Create pending changelog files under .tegami/ as YYYY-MM-DD-{hash}.md.

See the changelog format docs for details.

Example

---
packages:
  "npm:@acme/ui": patch
---

### Fix button hover state

The hover color now matches the design system.

Package references

Use package names, ids, or groups in frontmatter. For example:

  • "@acme/ui" — package name
  • "npm:@acme/ui" — package id
  • "group:acme" — every package in a group

Rules:

  • Include YAML frontmatter with packages
  • Include at least one #, ##, or ### heading in the body
  • Write user-facing release notes under each heading
  • Do not edit the publish lock file (.tegami\publish-lock.yaml) or package CHANGELOG.md files directly