[x] mvn release:prepare
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Git Commit Id Plugin Core"? (io.github.git-commit-id:git-commit-id-plugin-core) 6.0.0-rc.9: : [ENTER]
What is SCM release tag or label for "Git Commit Id Plugin Core"? (io.github.git-commit-id:git-commit-id-plugin-core) git-commit-id-plugin-core-6.0.0: : v6.0.0-rc.9 [ENTER]
What is the new development version for "Git Commit Id Plugin Core"? (io.github.git-commit-id:git-commit-id-plugin-core) 6.1.0-SNAPSHOT: : [ENTER]
[x] wait for github actions to pass
[x] mvn release:perform
(or mvn clean source:jar javadoc:jar deploy -Pgpg from the git tag)
(or mvn release:perform -Dresume=false)
Note: If the uploading of the artifacts fails, ensure that a settings.xml exists under the local .m2-Folder
[x] then go to https://s01.oss.sonatype.org/ log in there and go to the staging repositories, there will be the plugin, you have to first close and then release it if validation passed.
Describe the release details (required)
This is the place holder to release the new v6.0.0-rc.9 version. Previous releases can be found under https://repo1.maven.org/maven2/io/github/git-commit-id/git-commit-id-plugin-core/
Note that the current open tickets should be addressed, before performing a release.
General scope of the new release:
Fixed some minor things, added some minor features...(full list https://github.com/git-commit-id/git-commit-id-plugin-core//issues?q=milestone%3A6.0.0-rc.9).
Release-Guide
see http://central.sonatype.org/pages/ossrh-guide.html
~/.m2/settings.xml
exists and contains username/password which is required as per https://central.sonatype.org/publish/publish-maven/#distribution-management-and-authenticationmvn release:prepare
[INFO] Checking dependencies and plugins for snapshots ... What is the release version for "Git Commit Id Plugin Core"? (io.github.git-commit-id:git-commit-id-plugin-core) 6.0.0-rc.9: : [ENTER] What is SCM release tag or label for "Git Commit Id Plugin Core"? (io.github.git-commit-id:git-commit-id-plugin-core) git-commit-id-plugin-core-6.0.0: : v6.0.0-rc.9 [ENTER] What is the new development version for "Git Commit Id Plugin Core"? (io.github.git-commit-id:git-commit-id-plugin-core) 6.1.0-SNAPSHOT: : [ENTER]mvn release:perform
mvn clean source:jar javadoc:jar deploy -Pgpg
from the git tag)mvn release:perform -Dresume=false
)settings.xml
exists under the local.m2
-Folder