File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ based on the [nestor schema](https://nbn-resolving.org/urn:nbn:de:0008-202305031
2626- GitHub Actions CI workflow (` .github/workflows/validate.yml ` )
2727 running ` nix develop -c just validate ` on push and pull request
2828- Versioning strategy documented in README following eCH-0018 namespace conventions
29+ - ` CONTRIBUTING.md ` with language conventions, dev setup, branching, conventional
30+ commits, versioning strategy, release process, and eCH-0018 compliance rules
31+ - ` CHANGELOG.md ` following [ Keep a Changelog] ( https://keepachangelog.com/ ) format
32+ - GitHub Actions release workflow (` .github/workflows/release.yml ` ) triggered on
33+ ` v* ` tags: creates GitHub release, attaches XSD, builds and deploys GitHub Pages
34+ - Jekyll-based GitHub Pages site with auto-generated landing pages per major version
35+ - ` .gitignore ` for generated content and IDE files
2936
3037### Changed (relative to nestor schema)
3138
You can’t perform that action at this time.
0 commit comments