Skip to content

The project that generates Scala release notes.

License

Notifications You must be signed in to change notification settings

scala/make-release-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3593b4e · Mar 20, 2025
Jan 20, 2025
Mar 20, 2025
Jan 16, 2025
Sep 27, 2013
Feb 7, 2022
Apr 23, 2019
Feb 20, 2019
Feb 20, 2019
Feb 7, 2022
Mar 9, 2025
Feb 14, 2013
Jan 15, 2025
Oct 14, 2024
Sep 27, 2013

Repository files navigation

Scala Release Notes Creator

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.

Building

  1. Update the highlights notes in hand-written.md.
  2. run sbt, and then:
> runMain MakeReleaseNotes $PrevVersion $CurrentVersion $ReleaseYear/$ReleaseMonth/$ReleaseDay "$pathToScalaScalaCheckout"

Contributing

Feel free to improve. Make sure to sign the Scala CLA.