Skip to content

0.5.1

Latest
Compare
Choose a tag to compare
@cosic cosic released this 14 Oct 20:38
· 1 commit to master since this release

Add

  • issue#15 Support of publishType param to control the publish process. See the parameter description:
    /**
     * (Optional)
     * CLI: `--publishType`
     * ----| 'instantly' – the application will be published immediately after the review process is completed.
     * ----| 'manual' – the application must be published manually by the developer after ther review process is completed.
     * Gradle Extension DSL, available values:
     * ----| ru.cian.rustore.publish.PublishType.INSTANTLY
     * ----| ru.cian.rustore.publish.PublishType.MANUAL
     * Default value: `instantly`
     */
    publishType = ru.cian.rustore.publish.PublishType.INSTANTLY