typelevel/cats-effect

Smarter version numbers in the docs

Open

#523 geöffnet am 1. Mai 2019

Auf GitHub ansehen
 (23 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Scala (572 Forks)batch import
:books: docsgood first issue

Repository-Metriken

Stars
 (2.230 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 21T 23h) (18 gemergte PRs in 30 T)

Beschreibung

When we release, we have to change the version number twice in the README and once in the tut. The README is currently included directly in the site. sbt-microsite has some automation for the latter, but can't help with the former.

  1. Consider making a more anemic README that drives straight to the site.
  2. Derive the version number in the site when publishing.

Failure to do so was responsible for #252.

Relevant Gitter conversation

Contributor Guide