Skip to content

Conversation

@MoonBoi9001
Copy link
Member

Summary

Fixes the broken release pipeline by aligning the configuration with release-please-action defaults and removing the Python version dependency.

Changes

  • Renamed Config File: Moved .release-please-config.json -> release-please-config.json.
    • Reason: The v4 action looks for the non-dotted filename by default.
  • Updated Release Type: Changed from python to simple.
    • Reason: The python type requires a version field in pyproject.toml or setup.py, which we do not use (we are a Docker-based deployment). The simple type relies solely on the manifest file, which correctly matches our workflow.

Impact

This will trigger the pending release (v0.4.2) that should have been created after recent fixes were merged.

@MoonBoi9001 MoonBoi9001 merged commit 231b976 into main Nov 20, 2025
12 checks passed
@MoonBoi9001 MoonBoi9001 deleted the fix/release-please-config branch November 20, 2025 17:46
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