We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bce04 commit 6b1e20eCopy full SHA for 6b1e20e
docs/maintainer/Making A Release.md
@@ -34,8 +34,7 @@
34
35
#### Releasing
36
1. Start release with git flow
37
-1. Run `gradle publishAll -PpublishUrl=ihmcRelease --console=plain --continue`
38
-1. In `ihmc-robot-data-logger`, run `gradle publishLoggerDistributionToBintray`
+1. Run `gradle compositePublish -PpublishUrl=ihmcRelease`
39
1. Verify publish on Bintray, approve it
40
1. If publish fails, increment hotfix digit and try again. (e.g. `0.11.X`)
41
1. Tag the release with the version number and a simple annotated message
0 commit comments