1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-27 06:27:23 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Frerik Andriessen
a771c5cefc Make diff-task handle code blocks
Github markdown allows using 4 (or more) backticks to differentiate
between triple backticks inside the code blocks. Seeing as how most
task-diffs will probably have some form of markdown with codeblocks
inside them, this will escape that.
2021-11-02 13:15:38 +00:00
Chmouel Boudjnah
85371d90e9 Add diff-task-version script
Using github.com/cli/cli it takes a PR URL as first argument and check
it out.

It will then detect automatically the old and new version and post a
comment to the PR with the diff and copy it in your clipboard (with
xclip on Linux and pbcopy on OSX)

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2021-08-12 14:23:06 +01:00