Updated FlatBuffers release process (markdown)
parent
82e8319f8a
commit
fd594b7e32
|
@ -33,6 +33,7 @@ Steps to release a new version of FlatBuffers to github:
|
|||
* For Java:
|
||||
* (version already changed in pom.xml)
|
||||
* `mvn clean deploy -P release`
|
||||
* Not needed / working?
|
||||
* `mvn release:clean release:prepare`
|
||||
* `mvn release:perform`
|
||||
* (see http://central.sonatype.org/pages/apache-maven.html for details).
|
||||
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue