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

Use sbt-typelevel-site plugin to build/publish microsite #2819

Merged
merged 3 commits into from
Feb 19, 2022

Conversation

armanbilge
Copy link
Member

@armanbilge armanbilge commented Feb 10, 2022

Following up on #2818 (comment).

Uses a minor bit of hackery to override Laika, but saves a lot of boilerplate and gets you the latest fs2 version injected into the site for free.

A notable difference from the existing setup is that the site is now deployed in parallel to the snapshot publish (rather than afterwards) and thus does not wait for that to succeed.

@@ -1,31 +1,31 @@
# Install

The latest version for Cats Effect 3 is `3.2.0`, which supports Cats Effect 3 and is cross built for Scala 2.12, 2.13, and 3.0.
The latest version for Cats Effect 3 is `@VERSION@`, which supports Cats Effect 3 and is cross built for Scala 2.12, 2.13, and 3.0.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw there is also @SNAPSHOT_VERSION@ if you want to put that anywhere.

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

Successfully merging this pull request may close these issues.

2 participants