From a58b48bc3bcf43f7090d4cc914606af68fe55815 Mon Sep 17 00:00:00 2001 From: Сковорода Никита Андреевич Date: Sat, 9 Jul 2016 08:13:09 +0300 Subject: doc: various documentation formatting fixes * Fix markdown code sample in releases.md, it was Reviewed-By: Roman Reiss --- doc/onboarding-extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/onboarding-extras.md') diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 5fc5424224..279bb38638 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -66,7 +66,7 @@ Please use these when possible / appropriate * minor vs. patch: roughly: "does it add a new method / does it add a new section to the docs" * major vs. everything else: run last versions tests against this version, if they pass, **probably** minor or patch * A breaking change helper ([full source](https://gist.github.com/chrisdickinson/ba532fa0e4e243fb7b44)): - ``` + ```sh git checkout $(git show -s --pretty='%T' $(git show-ref -d $(git describe --abbrev=0) | tail -n1 | awk '{print $1}')) -- test; make -j8 test ``` -- cgit v1.2.3