Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-05 Thread Lei Zhang
Hi, Willem I will push the following two files to https://github.com/apache/servicecomb-website/tree/master/_release saga_releaseGuide.md cn/saga_releaseGuide.md Lei Zhang Willem Jiang 于2022年8月5日周五 16:03写道: > I think you can just update the markdown file in the servicecomb > website here[1].

Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-05 Thread Willem Jiang
I think you can just update the markdown file in the servicecomb website here[1]. [1]https://github.com/apache/servicecomb-website/tree/master/_release Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Aug 5, 2022 at 3:20 PM Lei Zhang wrote: > > Hi, Willem > > This is a good

Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-05 Thread Lei Zhang
Hi, Willem This is a good suggestion, I will add a version number check script to the release guide Also, the pack release guide contains a lot of how-to details There is a big difference between the servicecomb website Can we push the release guide to the pack repo and add a link on servicecomb

Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Willem Jiang
It would be great if we can update the release guide on the servicecomb website. BTW, it's strange that maven release plugin can allow the release artifact as the dependency of SNAPSHOT. Not sure if it relates to the flatten-maven plugin. My suggestion is we should add a check script to avoid this

Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Lei Zhang
Maybe we need to create a demo project outside of the pack repo to verify the release and add this process to the pack release guide Willem Jiang 于2022年8月4日周四 17:00写道: > Yes, we need to cut a new release to fix this issue. > BTW, we also need to verify the pom project version by running some >

Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Zheng Feng
Thanks Lei and it could be very useful. Lei Zhang 于2022年8月4日周四 21:39写道: > Hi, Zheng Feng > > In version 0.7.0, I introduced Maven CI Friendly Versions and > flatten-maven-plugin to manage version numbers in pom. > > But I forgot to add flatten-maven-plugin configuration in the main pom. The >

Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Lei Zhang
Hi, Zheng Feng In version 0.7.0, I introduced Maven CI Friendly Versions and flatten-maven-plugin to manage version numbers in pom. But I forgot to add flatten-maven-plugin configuration in the main pom. The version number in the main pom was not replaced with 0.7.0 (Still 0.7.0-SNAPSHOT) I

Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Zheng Feng
Is there any doc for the release processing? Willem Jiang 于2022年8月4日周四 17:00写道: > Yes, we need to cut a new release to fix this issue. > BTW, we also need to verify the pom project version by running some > verification. > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Tue,

Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Willem Jiang
Yes, we need to cut a new release to fix this issue. BTW, we also need to verify the pom project version by running some verification. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Aug 2, 2022 at 8:21 PM Lei Zhang wrote: > > Hello All, > > Our recently released 0.7.0 release

Apache ServiceComb Pack emergency releases for wrong version

2022-08-02 Thread Lei Zhang
Hello All, Our recently released 0.7.0 release contains the wrong version 0.7.0-SNAPSHOT[1] I have pushed PR[2] to fix this in the 0.7.x branch and master I will be cutting the 0.7.1 release from the branch https://github.com/apache/servicecomb-pack/tree/0.7.x @PMC/@Committers please let me