An sbt plugin to automatically update the release notes file.

release-notes-sbt-release
1 Open Issue Need Help Last updated: Aug 7, 2025

Open Issues Need Help

View All on GitHub
Tools & Utilities Build Tools

AI Summary: The sbt-release-notes plugin's `add` function needs to be updated to use `git add --all` instead of `git add` to ensure that removed temporary release notes files are properly tracked and deleted during the release process. This will resolve an issue where temporary files are not being cleaned up after a successful release.

Complexity: 3/5
enhancement good first issue

An sbt plugin to automatically update the release notes file.

Scala
#release-notes-sbt-release