This project uses EasyBuild.ShipIt for release automation and Conventional Commits for versioning.
PR titles must follow the conventional commit format (enforced by CI):
| Prefix | Version bump | Example |
|---|---|---|
feat: |
minor | feat: add schedule combinator |
fix: |
patch | fix: correct reply channel handling |
feat!: |
major | feat!: rename Actor to ActorOp |
chore: |
patch | chore: update dependencies |
docs: |
patch | docs: update README |
refactor: |
patch | refactor: simplify supervision |
Other valid prefixes: test, perf, ci, build, style, revert.
just shipitThis will:
- Analyze commits since the last release
- Determine the next semantic version
- Update
CHANGELOG.md - Create a GitHub release with the version tag (e.g.
v5.0.0-rc.2)
The GitHub release triggers the publish workflow, which:
- Packs the NuGet package (
Fable.Actor) - Pushes it to nuget.org using the
NUGET_API_KEYsecret
NUGET_API_KEYrepository secret (glob pattern:Fable.Actor*)GITHUB_TOKENorghCLI authenticated (for ShipIt to create releases)