scalatest / scalatestplus-scalacheck

ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaCheck.
Apache License 2.0
57 stars 24 forks source link

missing release for `3.1.2.0` #30

Closed yanns closed 4 years ago

yanns commented 4 years ago

missing release for 3.1.2.0

cheeseng commented 4 years ago

@yanns It is released as scalacheck-1-14 here:

https://mvnrepository.com/artifact/org.scalatestplus/scalacheck-1-14

yanns commented 4 years ago

@cheeseng Yes, thx I saw that. That's why I came here to check for the new release. But I cannot find any git tag for it. Forgot to push the git tag?

cheeseng commented 4 years ago

@yanns Ah you're right, I forgot to create release here. Fyi, afaik do not have any changes (bug fix, enhancement etc.) except for building for different version of scalatest released. I'll start to create back the releases (and its tags). Sorry for the confusion caused.

cheeseng commented 4 years ago

@yanns Finally created here:

https://github.com/scalatest/scalatestplus-scalacheck/releases/tag/release-3.1.2.0-for-scalacheck-1.14

Thanks again for you kind reminder.

yanns commented 4 years ago

cool, thx a lot! For info, I use https://github.com/apps/release-drafter on some projects I manage to automate part of the release notes.

cheeseng commented 4 years ago

@yanns release-drafter looks good, thanks for introducing it to us!