scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
235 stars 101 forks source link

Documentation reports incorrect version #415

Open Quafadas opened 2 years ago

Quafadas commented 2 years ago

I think that the front of this page should be; https://scalacenter.github.io/scalajs-bundler/

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")

rather than

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.0.0+1-b3702414-SNAPSHOT")

ptrdom commented 2 years ago

Looking at CI setup, it should fix itself up upon next commit to main, but we should probably only publish to GitHub Pages only on tags, rather than every commit to main - https://github.com/scalacenter/scalajs-bundler/blob/main/.github/workflows/ghpages.yml#L7.

steinybot commented 1 year ago

This is still showing the wrong version.

OndrejSpanel commented 1 year ago

I agree. The documentation should reference a stable version, not a SNAPSHOT one. At the moment this is perhaps:

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.0")

The #421 claims to fix this, but still there is a snapshot version listed at https://scalacenter.github.io/scalajs-bundler/

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1+20-45f9c187-SNAPSHOT")