You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a sbt project that contains two sub-projects. Each of the sub-projects use different sonatypeProfileName. I expect that sonatypeReleaseAll will promote all sub-projects and sonatypeOpen will setup publishTo for all sub-projects.
The text was updated successfully, but these errors were encountered:
Even it is possible to use specific profiles for sonatypeReleaseAll repeatly, sonatypeOpen still did not work for sub-projects. Repeatly executing sonatypeOpen for different profile makes no sense, because sonatypeOpen will override previously saved repository names.
I have a sbt project that contains two sub-projects. Each of the sub-projects use different sonatypeProfileName. I expect that sonatypeReleaseAll will promote all sub-projects and sonatypeOpen will setup
publishTo
for all sub-projects.The text was updated successfully, but these errors were encountered: