mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.1k stars 200 forks source link

Migrate release process to Shipkit #400

Closed TimvdLippe closed 3 years ago

TimvdLippe commented 3 years ago

Similar to mockito-core and mockito-scala, let's migrate the release process to Shipkit. The Maven Central artifact location should become https://repo1.maven.org/maven2/org/mockito/kotlin/mockito-kotlin/

mockitoguy commented 3 years ago

Sure!

TimvdLippe commented 3 years ago

@mockitoguy I would like to finish this task at the end of this week, so that we can prepare the announcements for the artifact move and do some general cleanups. Would it be possible if you could get us a release on Maven Central by this week or is that too ambitious?

mockitoguy commented 3 years ago

I'll put some cycles into it this week. Let's see how it goes. Thanks!

mockitoguy commented 3 years ago

I'm making progress in this branch: https://github.com/mockito/mockito-kotlin/tree/sf Thanks for patience!

TimvdLippe commented 3 years ago

Fixed 🎉

hennr commented 3 years ago

It's not on mvn central yet though, is it?

TimvdLippe commented 3 years ago

It's published at https://repo1.maven.org/maven2/org/mockito/kotlin/mockito-kotlin/

hennr commented 3 years ago

Yep, does as well for me now. Nice!

Let's see if search.maven.org finds it as well tomorrow.

hennr commented 3 years ago

@TimvdLippe I just included the new artifact in our project, works fine!