Hi all, During the release tag creation[1], only the version in the pom.xml[2] gets updated.
mvn -Dtag=$RELEASE_TAG release:prepare We got to change the version in the following places, at the tag creation time In the src/main/python/systemds/project_info.py and docs/_config.yml#L42 A workaround for this would be to execute bash (sed -i ..) from pom.xml with <execution> tag. Any ideas? -- [1] https://github.com/apache/systemds/blob/main/dev/release/create-tag.sh#L120 [2] https://github.com/apache/systemds/commit/6e938bdbc6071bf6919640356428f6c05fd25033 Best Regards, Janardhan