Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release process #245

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Fix release process #245

merged 1 commit into from
Mar 18, 2024

Conversation

pkwarren
Copy link
Contributor

The latest gradle-maven-publish-plugin has changed the task from 'closeAndReleaseRepository' to 'releaseRepository'.

The latest gradle-maven-publish-plugin has changed the task from
'closeAndReleaseRepository' to 'releaseRepository'.
@pkwarren pkwarren requested a review from jhump March 18, 2024 21:59
@@ -165,7 +165,7 @@ lintfix: ## Applies the lint changes.
.PHONY: release
release: generate ## Upload artifacts to Sonatype Nexus.
./gradlew $(GRADLE_ARGS) --info publish --stacktrace --no-daemon --no-parallel
./gradlew $(GRADLE_ARGS) --info closeAndReleaseRepository
./gradlew $(GRADLE_ARGS) --info releaseRepository
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed this from release notes of gradle plugin: #241

@pkwarren pkwarren merged commit dbad3c5 into main Mar 18, 2024
8 checks passed
@pkwarren pkwarren deleted the pkw/fix-release branch March 18, 2024 22:15
pkwarren added a commit that referenced this pull request Apr 19, 2024
The latest gradle-maven-publish-plugin has changed the task from
'closeAndReleaseRepository' to 'releaseRepository'.

<!-- **Before submitting your PR:** Please read through the contribution
guide at
https://github.com/connectrpc/connect-kotlin/blob/main/.github/CONTRIBUTING.md
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants