Releases: salsita/docsync
Releases · salsita/docsync
Release list
v0.1.2
Changed
- Every checkout carries
pull.rebase=truein its own git config, set by
the refresh every command runs, sogit pullover 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-rebaseso an
edit in progress still only blocks it when git would overwrite it.
v0.1.1
Changed
- Releases go through npm trusted publishing:
scripts/release.shbumps 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
Initial release. What it does is in MANUAL.md; the tickets that
built it are in board/done/.