Fix Quartz build to preserve git history for accurate file dates #105

Merged
eblume merged 2 commits from fix/quartz-git-dates into main 2026-02-04 08:25:47 -08:00

2 commits

Author SHA1 Message Date
b361383051 Fix misc changelog type to show content
The showcontent=false setting expected issue-number-style fragment names.
Since blumeops uses branch names for fragments, change to showcontent=true
so the content is displayed like other fragment types.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 08:24:54 -08:00
7a8e281dd7 Fix Quartz build to preserve git history for accurate file dates
Build Quartz from within the blumeops repo instead of copying files
to a separate location. This allows git to find file history for
the CreatedModifiedDate plugin, eliminating the "not tracked by git"
warnings.

Changes:
- Copy Quartz build system into workspace instead of vice versa
- Use symlinks for content and CHANGELOG.md
- Clean up build artifacts after creating tarball

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