Skip to content

Conversation

@devcrocod
Copy link
Contributor

  • prerelease 0.7.2-alpha1
  • main staging dir

Motivation and Context

improve a release process

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@devcrocod devcrocod changed the title test prerelease test prerelease 0.7.2-alpha1 Sep 16, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR prepares a prerelease version 0.7.2-alpha1 with improvements to the release process, including updating build tool versions and centralizing the staging directory configuration.

  • Updates JReleaser version from 1.19.0 to 1.20.0
  • Changes MCP Kotlin version from 0.7.1 to 0.7.2-alpha
  • Centralizes staging directory to use root project's build directory

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
gradle/libs.versions.toml Updates JReleaser and MCP Kotlin versions for the prerelease
buildSrc/src/main/kotlin/mcp.publishing.gradle.kts Changes staging repository to use root project's build directory
buildSrc/src/main/kotlin/mcp.jreleaser.gradle.kts Updates staging repository path and restricts Maven deployment to kotlin-sdk project only

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

active = Active.ALWAYS
maven {
active = Active.ALWAYS
active = if (project.name.get() == "kotlin-sdk") Active.ALWAYS else Active.NEVER
Copy link

Copilot AI Sep 16, 2025

Choose a reason for hiding this comment

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

Hard-coding the project name 'kotlin-sdk' makes this configuration brittle. Consider using a project property or constant to make this more maintainable and less prone to errors if the project name changes.

Copilot uses AI. Check for mistakes.
@devcrocod devcrocod closed this Sep 16, 2025
@devcrocod devcrocod deleted the devcrocod/test-prerelease branch September 16, 2025 19:05
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.

3 participants