How to release a new version?


  • 1 Check the time range of NOTICE;
  • 2 Pls check the value of Version in common/constant.
  • 3 Add the features to the feature list of README.md/README_CN.md/CHANGE.md;
  • 4 Check whether every code file has the Apache License 2.0 or not;
  • 5 There should not be author info(name & email etc) exist in code file;
  • 6 Run all unit tests;
  • 7 Run all samples in apache/dubbo-samples/golang;
  • 8 Write “What's New” by releaser who should be an apache/dubbo-go committer;
  • 9 And then, u can release a new version refer to Apache 软件发版流程;