You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .pre-commit-config.yaml self-pin is not touched here — the tag
does not exist yet, so pinning it would fail this PR's own checks.
The weekly pre-commit autoupdate moves it forward after the tag lands.
Merging this PR creates and pushes the signed tag v0.1.1 and publishes the release.
No local tagging step is needed.
Closing rather than merging: this PR was generated by the old changelog path and would delete 134 lines of shipped history.
CHANGELOG.md has no ## [0.1.0] section — it jumps from [Unreleased] to [0.0.4] — because nothing in the release pipeline ever converted Unreleased into a versioned section. Everything that shipped in v0.1.0 therefore still lived under Unreleased, and update-unreleased.sh drops that block by design before regenerating it from git cliff --unreleased, which no longer reports those commits now that the tag exists. The result here is 383 lines in, 264 out, with no [0.1.0] section in the output either.
#69 fixes the pipeline: releases now stamp the pending version as its own section, and the regeneration refuses to publish a changelog that is missing that section or has fewer sections than the one it replaces. Once it lands, re-dispatch release-pr and v0.1.1 will regenerate correctly — verified locally to produce 398 lines with [0.1.0] restored and its entries intact.
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
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.
This PR prepares release
v0.1.1.Included
CHANGELOG.mdunreleased sectionREADME.mdinstall snippet atv0.1.1The
.pre-commit-config.yamlself-pin is not touched here — the tagdoes not exist yet, so pinning it would fail this PR's own checks.
The weekly pre-commit autoupdate moves it forward after the tag lands.
Merging this PR creates and pushes the signed tag
v0.1.1and publishes the release.No local tagging step is needed.