Skip to content

Is there a way to specify mimaPreviousArtifacts should include all versions in a range? #483

@jackkoenig

Description

@jackkoenig

For example, I can write something like:

  mimaPreviousArtifacts := {
    val versions = "1.0.0" :: "1.0.1" :: "1.0.2" :: Nil
    Set(versions.map("my.org" %% "proj" % _): _*)
  }

And I tried the following which weirdly worked locally for one project but not another and failed on Travis and CircleCI:

  mimaPreviousArtifacts := Set("my.org" %% "proj" % "1.0.*")

Is the a canonical way to do this or do I just need to include adding additional versions in my release process?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions