From ee9531370de48d80b7c8e64674d67a433cc87534 Mon Sep 17 00:00:00 2001 From: Duncan Calvert Date: Tue, 4 Dec 2018 18:00:50 -0600 Subject: [PATCH] :bookmark: 0.12.0 --- README.md | 2 +- docs/maintainer/Making A Release.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62cc53695f7..95a201667ea 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Compile:** ![Compile](https://bamboo.ihmc.us/plugins/servlet/wittified/build-status/LIBS-IHMCOPENROBOTICSSOFTWARE) **Test (3000+ tests):** ![Test](https://bamboo.ihmc.us/plugins/servlet/wittified/build-status/LIBS-IHMCOPENROBOTICSSOFTWAREFAST) - [ ![Download](https://api.bintray.com/packages/ihmcrobotics/maven-release/ihmc-common-walking-control-modules/images/download.svg?version=0.11.0) ](https://bintray.com/ihmcrobotics/maven-release/ihmc-common-walking-control-modules/0.11.0/link) <-- Download from Bintray + [ ![Download](https://api.bintray.com/packages/ihmcrobotics/maven-release/atlas/images/download.svg?version=0.12.0) ](https://bintray.com/ihmcrobotics/maven-release/atlas/0.12.0/link) <-- Download from Bintray ### Tested Platforms diff --git a/docs/maintainer/Making A Release.md b/docs/maintainer/Making A Release.md index 01371c4ee6b..a7961be5a79 100644 --- a/docs/maintainer/Making A Release.md +++ b/docs/maintainer/Making A Release.md @@ -5,6 +5,7 @@ 1. Run `us.ihmc.idl.IHMCInterfacesGenerateMessages`, located in `ihmc-interfaces\src\generator\java` with `ihmc-open-robotics-software/ihmc-interfaces` set as the working directory. +2. Update the standalone `ihmc_msgs` and `ihmc_interfaces` repositories on GitHub. #### Step Develop branch