This project generates the HTML release notes for Scala. Its goal is to be minimal and sufficient. Not an ideal example of Scala code, but perhaps shows off a few standard library APIs.
- Update the highlights notes in
hand-written.md
. - run
sbt -Dfile.encoding=UTF-8
, and then:
> runMain MakeReleaseNotes $PrevVersion $CurrentVersion $ReleaseYear/$ReleaseMonth/$ReleaseDay "$pathToScalaScalaCheckout"
Feel free to improve. Make sure to sign the Scala CLA.