v1.3.0 – Git Archive-Based Publishing
🚀 What's New
- Added: A test workflow (
publish-test.yml) for validating package structure using dry-run publishing.
🛠️ Changes
- Changed:
.github/workflows/publish.ymlnow uses git archive as the source for published packages, replacing previous methods. - Reformatted:
.github/COMMIT_GUIDE.mdto conform to Prettier formatting standards.
- The switch to
git archivemay affect workflows or tooling that relied on untracked files in the package output.