> mvn clean test # This will run all unit tests > # you can also open rat and style plugin to check if every file meets > requirements. > mvn clean test -Drat.skip=false -Dcheckstyle.skip=false > > I suggest to use a dedicate profile for release, which will including > all the checks, rat, checkstyle, etc, so that we can run
Good idea. I’ve filed an issue here https://github.com/apache/incubator-dubbo/issues/2416 Best regards, Jun > On 30 Aug 2018, at 14:01, Huxing Zhang <[email protected]> wrote: > > Hi, > > On Thu, Aug 30, 2018 at 9:20 AM Jun Liu <[email protected] > <mailto:[email protected]>> wrote: >> >> I’ve listed some of the important parts that need to be verified in this >> checklist: >> https://github.com/apache/incubator-dubbo-website/blob/asf-site/blog/en-us/prepare-an-apache-release.md#verify-release-candidates >> >> <https://github.com/apache/incubator-dubbo-website/blob/asf-site/blog/en-us/prepare-an-apache-release.md#verify-release-candidates> > > In order to publish it, you have to manually build the md file into > html by using `docsite build`, and push back to the > incubator-dubbo-website. > > I have one suggestion regarding the UT section. > > All unit tests can pass > > mvn clean test # This will run all unit tests > # you can also open rat and style plugin to check if every file meets > requirements. > mvn clean test -Drat.skip=false -Dcheckstyle.skip=false > > I suggest to use a dedicate profile for release, which will including > all the checks, rat, checkstyle, etc, so that we can run > > mvn -Prelease clean test > > to do the check. > >> >> Best regards, >> Jun >> >>> On 29 Aug 2018, at 13:14, Jun Liu <[email protected]> wrote: >>> >>> Hello Dubbo Community, >>> >>> This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3. >>> >>> The release candidates (RC5): >>> https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3 >>> >>> Git tag for the release (RC5): >>> https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3 >>> Hash for the release tag: >>> 3963d8fd93642398375ea92acb7ed4d2bc1b0518 >>> >>> Release Notes: >>> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md >>> >>> The artifacts have been signed with Key : 28681CB1, which can be found in >>> the keys file: >>> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS >>> >>> The vote will be open for at least 72 hours or until necessary number of >>> votes are reached. >>> >>> Please vote accordingly: >>> >>> [ ] +1 approve >>> [ ] +0 no opinion >>> [ ] -1 disapprove with the reason >>> >>> Notice: no changes in code level of release candidate has changed compared >>> to RC4, only remove two useless signature files in distribution/ directory. >>> >>> The previously RC4 vote thread: >>> https://lists.apache.org/thread.html/1714c7aa24bc7b8bf6f6c12a52e2ac79172beddf24d9f33cf6ccfe67@%3Cdev.dubbo.apache.org%3E >>> The previously RC3 vote thread: >>> https://lists.apache.org/thread.html/44a55f1a981b7ec4e766531b586ed9def5d7940892d8fb7a7f72d1c9@%3Cgeneral.incubator.apache.org%3E >>> >>> Jun >>> Best Regards >>> >> > > > -- > Best Regards! > Huxing
