chore(release): 1.0.1 [skip ci]

## [1.0.1](https://github.com/christmas-island/cr-semantic-release/compare/v1.0.0...v1.0.1) (2026-03-15)

### Miscellaneous

* add source-level common-repo config ([0f70793](0f70793fe8))
* fix source config format ([d911531](d911531f6f))
* fix source config to documented format ([ff206f0](ff206f01ee))
* try exclude instead of include ([22ab420](22ab4208bb))

### Bug Fixes

* remove non-functional source .common-repo.yaml ([9e46120](9e46120f54)), closes [common-repo/common-repo#226](https://github.com/common-repo/common-repo/issues/226)

### Code Refactoring

* move distributed files to src/, add sync check CI ([aa94b0a](aa94b0a057))
This commit is contained in:
semantic-release-bot
2026-03-15 08:41:28 +00:00
parent 9e46120f54
commit d40b7b6951

16
CHANGELOG.md Normal file
View File

@@ -0,0 +1,16 @@
## [1.0.1](https://github.com/christmas-island/cr-semantic-release/compare/v1.0.0...v1.0.1) (2026-03-15)
### Miscellaneous
* add source-level common-repo config ([0f70793](https://github.com/christmas-island/cr-semantic-release/commit/0f70793fe8256fe6f5efd44a5d4e92ce41715643))
* fix source config format ([d911531](https://github.com/christmas-island/cr-semantic-release/commit/d911531f6fb883bccf77c984275dffae28ea4098))
* fix source config to documented format ([ff206f0](https://github.com/christmas-island/cr-semantic-release/commit/ff206f01ee54b0fae959bdd636e81789f72a0e38))
* try exclude instead of include ([22ab420](https://github.com/christmas-island/cr-semantic-release/commit/22ab4208bb2c8afb640fcbe79acc0c3f8efdb7b7))
### Bug Fixes
* remove non-functional source .common-repo.yaml ([9e46120](https://github.com/christmas-island/cr-semantic-release/commit/9e46120f54deea9fe375a6f609e94cef5cf4164a)), closes [common-repo/common-repo#226](https://github.com/common-repo/common-repo/issues/226)
### Code Refactoring
* move distributed files to src/, add sync check CI ([aa94b0a](https://github.com/christmas-island/cr-semantic-release/commit/aa94b0a05736491d5fa3a27f409a7cdb45a73086))