Archetype when creating the sermant project.
Refer to official website guidance: https://sermant.io/zh/document/developer-guide.
The quick development and usage guide for implementing service governance plugins under the Sermant framework can be found at https://bbs.huaweicloud.com/blogs/415083.
Modify archetype.properties file:
archetype.groupId=io.sermant
archetype.artifactId=sermant-template-archetype
archetype.version=2.2.0 # modify this version before deploy
package=io.sermant
excludePatterns=.github/**,.idea/**,.idea/libraries/*,**/*.iml,README.md,README-zh.md
Modify all pom file of this project:
<version>2.2.0</version> # modify this version in pom file before release
Update the configuration files under the config/ directory.
Create new version branch, and push version tag:
git tag vx.x.x
git push origin vx.x.x
Note: origin is git@github.com:sermant-io/first-plugin.git