How to read diff result: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Reverted
Line 8: Line 8:
5c7:3 -- 变动后是第几行
5c7:3 -- 变动后是第几行


}
</graphviz>
<graphviz>
digraph G {
    rankdir=TB;
    node [shape=plaintext];
    "2" [label="2\nProud version\nBump when you are\nproud of the release", fontsize=14];
    "7" [label="7\nDefault version\nJust normal/okay\nreleases", fontsize=14];
    "123" [label="123\nShame version\nBump when fixing things\ntoo embarrassing to admit", fontsize=14];
    "Pride versioning" [shape=none, fontsize=18, label="Pride versioning"];
    "Pride versioning" -> "2";
    "Pride versioning" -> "7";
    "Pride versioning" -> "123";
}
}
</graphviz>
</graphviz>

Revision as of 16:18, 10 January 2025