Open jcohenadad opened 4 years ago
A file CHANGES.md is common in software projects. It lists the notable changes for each new release.
However, such file requires high maintenance load, making sure we don't forget important features associated with a new release.
Implement a script to create changelog automatically, as done in SCT project. In brief, this script:
If we adopt this strategy, we would need to:
Context
A file CHANGES.md is common in software projects. It lists the notable changes for each new release.
However, such file requires high maintenance load, making sure we don't forget important features associated with a new release.
Proposed solution
Implement a script to create changelog automatically, as done in SCT project. In brief, this script:
If we adopt this strategy, we would need to: