features
software-engineer-ai
Changelog Generation

Changelog generation for datasets

  • ensure that dependencies (packages) used for changelog generation are gitignored, so that only actual dataset files get into the shared repository on hugging face (do I really need it? what if I leave those packages in place? can do that as well)

  • Implement with git-cliff (dspy changelog example (opens in a new tab)) (for flexibility with changelog structure)

  • try with github generated release notes (opens in a new tab)? can we specify commit types and changelog structure with a template?