-
Notifications
You must be signed in to change notification settings - Fork 930
How to release a new version?
Xin.Zh edited this page Mar 14, 2020
·
3 revisions
- 1 Check the time range of NOTICE;
- 2 Add the features to the feature list of README.md/README_CN.md/CHANGE.md;
- 3 Check whether every code file has the Apache License 2.0 or not;
- 4 There should not be author info(name & email etc) exist in code file;
- 5 Run all unit tests;
- 6 Run all samples in apache/dubbo-samples/golang;
- 7 Write "What's New" by releaser who should be an apache/dubbo-go committer;
- 8 And then, u can release a new version refer to Apache 软件发版流程;