Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scala/make-release-notes

The project that generates Scala release notes.
https://github.com/scala/make-release-notes

Last synced: about 1 month ago
JSON representation

The project that generates Scala release notes.

Awesome Lists containing this project

README

        

# 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.