amundo/delta

log delta application history in final output file

Opened this issue · 0 comments

amundo commented

the final file should have a property delta like:

{
  "deltas": [
     {"changesetFile": "a.changeset.json"},
     {"changesetFile": "b.changeset.json"}
  ]
}

maybe more metadata would be good but as a start at least this would help to track the deltas.