You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* migration to central.sonatype, release scripts (#824)
* * migration to central.sonatype, release scripts
using `central-publishing-maven-plugin` for maven
and `org.jreleaser` for gradle.
* * helper script to set versions
* * github action to perform Release
- manually triggered
- changes version to Release one
- builds everything
- deploys to sonatype for staging
- changes version to next development
- uploads idea and eclipse plugins
- creates draft release on github
* * fixed: setversion.sh invocation
* * fixed: missing `commit` in git invocation
* * switched to actions/setup-java@v5, using `maven` cache
* * investigating `gpg: signing failed: Inappropriate ioctl for device`, switched to macos-latest for test
* * investigating `gpg: signing failed: Inappropriate ioctl for device`, GPG plugin version updated
* * fixed: central validation - Project name is missing
* * investigating gradle staging failed, added info disabled mvn for speedup
* * investigating gradle staging failed, added URL to gradle plugin section
* * WORKAROUND: for publishing gradle plugin marker to Maven Central
* * fixed: do not force packaging to Jar as Plugin marker should have POM
* * fix: next deployment version + restored maven deploy as final test
* * final preparation: fixed idea plugin/gradle version wasn't set
- workflow updated to deploy idea/eclipse plugins to releases AWS bucket
0 commit comments