Skip to content

Releases: salsita/docsync

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 09 Sep 10:15

Changed

  • Every checkout carries pull.rebase=true in its own git config, set by
    the refresh every command runs, so git pull over a local commit rebases
    instead of asking how to reconcile divergent branches. An explicit local
    value is kept. docsync push's follow-up pull passes --no-rebase so an
    edit in progress still only blocks it when git would overwrite it.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:48

Changed

  • Releases go through npm trusted publishing: scripts/release.sh bumps the
    version, turns this section into the release, tags and pushes, and the tag
    run publishes with provenance and creates the GitHub release.
  • Biome's warnings cleared; no behaviour change.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:34

Initial release. What it does is in MANUAL.md; the tickets that
built it are in board/done/.