ci: commit missing release-please-config.json - #58
Merged
Conversation
Up to standards ✅🟢 Issues
|
.github/workflows/release-please.yml has required this file
(config-file: release-please-config.json) since the workflow was
added, but it was never actually committed -- only ever present as an
untracked local file. Confirmed via git history and the complete
absence of any release-please bot PR ever having run: the automated
release pipeline has been silently non-functional this whole time,
despite 39 merged PRs (including real feat: commits) since the last
tag, v2.0.1.
Content unchanged from the untracked working-tree copy -- release-type
python, version-file pyproject.toml, changelog-path CHANGELOG.md,
matching the existing .release-please-manifest.json ("." : "2.0.1").
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
petercorke
force-pushed
the
ci/add-release-please-config
branch
from
August 3, 2026 11:43
30b5b0d to
8a6e46b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related to #45 (does not close it -- the untracked-scratch-files part of that issue is still open)
Test plan