mockito / mockito-kotlin

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

Enable automated changelog #435

Closed shestee closed 3 years ago

shestee commented 3 years ago

Recently Shipkit Auto Version plugin got new feature that allows to use version from annotated tag. As the plugin provides information about previous version applying it instead of axion plugin will enable automated changelog. Mockito-Kotlin does not use any prefix for tags so it is required to add version.properties file with empty tagPrefix property. Same plugin replacement has been already done in Mockito project by @mockitoguy.