camunda-community-hub / community-action-maven-release

Opinionated GitHub action to release community projects to Maven Central
Apache License 2.0
7 stars 4 forks source link

fix(script): force overwrite tag with release version #7

Closed Langleu closed 3 years ago

Langleu commented 3 years ago

related to INFRA-2488

closes https://github.com/camunda-community-hub/community-action-maven-release/issues/6

in resources/prepare-next-development-version.sh the updated pom.xml is committed to the master branch. We just piggy bag on that and use this commit to overwrite the manually created release version with the new commit.

Deleting a tag would cause the release to disappear so rather overwrite it completely and keep the reference to a release.