Skip to content

Conversation

@tcheeric
Copy link
Owner

Why now?

Automate releases across modules with Release Please.
Related issue: #000

What changed?

  • add Release Please configuration and manifest
  • add release workflow for manifest command
  • retag legacy releases with v-prefixed semver tags

BREAKING

  • none

Review focus

  • correctness of module mapping and workflow config

Checklist

  • Scope ≤ 300 lines (or split/stack)
  • Title is verb + object (e.g., “Refactor auth middleware to async”)
  • Description links the issue and answers “why now?”
  • BREAKING flagged if needed
  • Tests/docs updated (if relevant)

Testing

mvn -q verify
# ...
# [ERROR] nostr.api.integration.ApiNIP52EventIT -- Time elapsed: 0.003 s <<< ERROR!
# java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration

https://chatgpt.com/codex/tasks/task_b_68af6fec74708331b9fca0f20dc63869

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 introduces automated release management using Release Please for a multi-module Java project. The configuration sets up automated versioning, changelog generation, and tag creation for the main project and all its sub-modules.

  • Adds Release Please configuration for the main project and 9 sub-modules
  • Sets up automated release workflow triggered on main branch pushes
  • Initializes current version (0.2.2) across all modules in the manifest

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
release-please-config.json Configures Release Please settings for main project and 9 sub-modules with Maven release type
.release-please-manifest.json Sets current version (0.2.2) for all modules to track release state
.github/workflows/release-please.yml GitHub Actions workflow to run Release Please on main branch pushes

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@tcheeric tcheeric merged commit 510b1a5 into develop Aug 27, 2025
4 checks passed
@tcheeric tcheeric deleted the codex/create-release-configuration-and-workflow branch August 27, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants