Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Releases: saket/startship

1.3.0

12 Mar 05:54

Choose a tag to compare

  • Changed default default gradle property keys to match with vanniktech/gradle-maven-publish-plugin. SONATYPE_NEXUS_USERNAME and SONATYPE_NEXUS_PASSWORD have been replaced by mavenCentralUsername and mavenCentralPassword respectively. (584fa6b)

  • Default to Locale.US for parsing dates (0e779f2)

1.2.0

12 Mar 05:07

Choose a tag to compare

  • Avoid crashing if ~/.gradle/gradle.properties file does not exist (93aaee6)
  • Improve catching of http errors (7ef572a)

1.1.1

26 Jan 19:44

Choose a tag to compare

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

19 Jan 07:12

Choose a tag to compare

startship can now validate multiple artifact IDs passed through -c (#9):

$ startship release -c com.example:nicolascage,dianekruger:4.2.0

Additionally, 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_PASSWORD

Thanks to @drewhamilton for contributing both these features!

1.0.0

12 Aug 00:17

Choose a tag to compare

Initial release