Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scala/make-release-notes
- Owner: scala
- License: apache-2.0
- Created: 2012-11-25T15:16:18.000Z (about 12 years ago)
- Default Branch: 2.13.x
- Last Pushed: 2024-07-15T07:57:12.000Z (5 months ago)
- Last Synced: 2024-07-15T09:30:54.860Z (5 months ago)
- Language: HTML
- Size: 959 KB
- Stars: 84
- Watchers: 23
- Forks: 84
- 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.