Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbt-sonatype-3.0 #87

Merged
merged 19 commits into from
Sep 5, 2019
Merged

sbt-sonatype-3.0 #87

merged 19 commits into from
Sep 5, 2019

Conversation

xerial
Copy link
Owner

@xerial xerial commented Sep 4, 2019

  • Reopen a staging repository using a key: sonatypeOpen (key)
  • Cleanup an existing staging repository: sonatypeClean (key)
  • Clean (if exists) and create a new staging repository: sonatypePrepare (key)
  • idempotent release flow using a given key:
    • sonatypePrepare(key) -> publishSigned -> sonatypeRelease
    • parallel:
      • sonatypePrepare(key)
      • sonatypeOpen(key) -> publishSigned (This step can be parallelized)
      • sonatypeRelease
    • [ ] sonatypeRelease(key) unnecessary if we use sonatypeOpen(key)
  • Require enablePlguins(Sonatype)
    • task couldn't be used, so this becomes unnecessary
  • commands -> tasks Is it possible to turn the commands into tasks? #48
    • We must use Commands to update settings (e.g., publishTo). I'll revert this change.
  • Update doc
  • Parallelize sonatype{Release,Drop}All commands with Future

@xerial xerial changed the title [WIP] sbt-sonatype-3.0 sbt-sonatype-3.0 Sep 4, 2019
@xerial xerial merged commit a8c3fcc into master Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant