Reusable composite actions used across trytilde/* public repositories.
| Action | Purpose |
|---|---|
changie-create-pr |
Open a Release PR — runs changie batch auto + changie merge, then opens a PR. |
changie-release |
Cut a release on push to main: bump version, write CHANGELOG, tag, create GitHub release. |
Tags are simple integers — v1, v2, v3. Pin actions in your workflows like:
- uses: trytilde/public-github-actions/changie-release@v1MIT