Skip to content

Determine latest release by date in site plugin #276

Description

@armanbilge

I'm looking at this part:

private lazy val currentRelease = Def.setting {
// some tricky logic here ...
// if the latest release is a pre-release (e.g., M or RC)
// and there are no stable releases it is bincompatible with,
// then for all effective purposes it is the current release
val release = GitHelper.previousReleases(fromHead = true, strict = false) match {

The current strategy has created problems for http4s 0.22 in http4s/http4s#6402.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions