Improve build workflow with version bump selection and changelog in releases #104

Merged
eblume merged 2 commits from feature/build-workflow-improvements into main 2026-02-04 08:13:16 -08:00

2 commits

Author SHA1 Message Date
13aaa0c723 Add changelog fragment for doc-links script update
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 08:10:16 -08:00
20d34d148c Improve build workflow with version bump selection and changelog in releases
- Add version_type choice input (BUMP_MAJOR, BUMP_MINOR, BUMP_PATCH, SPECIFIC_VERSION)
- Add specific_version optional input for explicit version selection
- Include changelog content in Forgejo release body under "What's Changed"
- Move CHANGELOG.md to repository root (copied into docs during build)
- Add CHANGELOG link to docs index page
- Update doc-links script to recognize build-time docs from repo root

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 08:09:38 -08:00