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
However, 'op': 'move' is not handled in analyze_diff. It's better to split move(path="id", from="gene_id") => add(path="id") + remove(path="gene_id") when generating the release notes.
2. Reference
Accoding to rfc6902, add, remove, replace, move are all valid operations.
The text was updated successfully, but these errors were encountered:
1. Problem
Involved method: analyze_diff
Code example:
Output:
However,
'op': 'move'
is not handled in analyze_diff. It's better to splitmove(path="id", from="gene_id")
=>add(path="id")
+remove(path="gene_id")
when generating the release notes.2. Reference
Accoding to rfc6902,
add
,remove
,replace
,move
are all valid operations.The text was updated successfully, but these errors were encountered: