diff --git a/FlatBuffers-release-process.md b/FlatBuffers-release-process.md index bc38c9c..10dab8b 100644 --- a/FlatBuffers-release-process.md +++ b/FlatBuffers-release-process.md @@ -33,8 +33,9 @@ Steps to release a new version of FlatBuffers to github: * For Java: * (version already changed in pom.xml) * `mvn clean deploy -P release` - * `mvn release:clean release:prepare` - * `mvn release:perform` + * Not needed / working? + * `mvn release:clean release:prepare` + * `mvn release:perform` * (see http://central.sonatype.org/pages/apache-maven.html for details). * This requires an account with oss.sonatype.org, a gpg key registered with a keyserver, and your user/pass in .m2/settings.xml (Maven) to work, among other mysterious things. * Note: some of the above commands tend to error out, since it is all some crazy async complex system.. but it will then succeed later anyway (shows up the new version on maven central). @@ -43,6 +44,7 @@ Steps to release a new version of FlatBuffers to github: * in dir grpc, `mvn deploy` * For Dart: * Run `cd dart && sh publish.sh` + * Results here: https://pub.dev/packages/flat_buffers * For Python: * `cd python` * `export VERSION="1.9"`