lizhimins opened a new issue, #6937: URL: https://github.com/apache/rocketmq/issues/6937
### Is Your Feature Request Related to a Problem? I noticed that the class MQVersion in the source code stores the version information of RocketMQ that has been released. In order to achieve backward compatibility, RocketMQ compares the value of this version in multiple places in the source code. Does anyone want to try? 在 release 前,RocketMQ 中 MQVersion 每次都需要手工进行配置,并且没有很好的遵循语义化版本。 有没有同学对这个改进感兴趣呀,欢迎讲讲你们的看法。 ### Describe the Solution You'd Like The new design needs to improve the following functions: 1. If we want to release, this value should be automatically synchronized with the value in the Maven pom.xml file. 2. Making version management more semantic can be achieved by using Semantic Versioning. ### Describe Alternatives You've Considered The new design needs to improve the following functions: 1. If we want to release, this value should be automatically synchronized with the value in the Maven pom.xml file. 2. Making version management more semantic can be achieved by using Semantic Versioning. ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
