mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.09k stars 198 forks source link

Add required tags argument to release push command #423

Closed TimvdLippe closed 3 years ago

TimvdLippe commented 3 years ago

Without --tags, the push command will state:

Everything up-to-date

Instead, we have to explicitly list the --tags argument to push tags to the remote.

mockitoguy commented 3 years ago

Absolutely!