Skip to content

0.1.11

Choose a tag to compare

@captainpacket captainpacket released this 11 Sep 21:19
· 12 commits to main since this release

Fixed

  • nqe.repo.dry_run drops paths with nothing staged and retries, exactly as
    commit does. A dry run is the same request with a flag and Forward refuses
    it for the same reason, so publish(dry_run_snapshot_id=...) raised on an
    unchanged corpus where publish() alone reported it. The documented
    recommendation to dry-run before publishing and the no-op case could not be
    used together. Reported by the change-demo integration in its third report
    and verified live: 23 unchanged paths with a dry run now publish as 23
    skipped, nothing raised, no drafts left.