Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation reports incorrect version #415

Open
Quafadas opened this issue Mar 30, 2022 · 3 comments
Open

Documentation reports incorrect version #415

Quafadas opened this issue Mar 30, 2022 · 3 comments

Comments

@Quafadas
Copy link

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
Copy link
Contributor

ptrdom commented May 9, 2022

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
Copy link
Contributor

This is still showing the wrong version.

@OndrejSpanel
Copy link

OndrejSpanel commented Apr 20, 2023

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants