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 year ago
JSON representation
The project that generates Scala release notes.
- Host: GitHub
- URL: https://github.com/scala/make-release-notes
- Owner: scala
- License: apache-2.0
- Created: 2012-11-25T15:16:18.000Z (over 13 years ago)
- Default Branch: 2.13.x
- Last Pushed: 2025-03-20T05:28:00.000Z (about 1 year ago)
- Last Synced: 2025-03-20T06:27:16.597Z (about 1 year ago)
- Language: HTML
- Size: 973 KB
- Stars: 84
- Watchers: 21
- Forks: 82
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - scala/make-release-notes - The project that generates Scala release notes. (HTML)
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.