Releases: saket/startship
1.3.0
-
Changed default default gradle property keys to match with vanniktech/gradle-maven-publish-plugin.
SONATYPE_NEXUS_USERNAMEandSONATYPE_NEXUS_PASSWORDhave been replaced bymavenCentralUsernameandmavenCentralPasswordrespectively. (584fa6b) -
Default to
Locale.USfor parsing dates (0e779f2)
1.2.0
1.1.1
Updates the released binary to include the new features mentioned in 1.1.0, which were inadvertently missing from the previous binary.
1.1.0
startship can now validate multiple artifact IDs passed through -c (#9):
$ startship release -c com.example:nicolascage,dianekruger:4.2.0Additionally, Sonatype account credentials can now also be passed through command line flags instead of auto-reading them from ~/.gradle/gradle.properties (#8). The credentials can either be your actual username and password values or gradle property keys.
$ startship release -u YOUR_USERNAME -p YOUR_PASSWORDThanks to @drewhamilton for contributing both these features!