From 626bbe7136ca0b004917bccd733762b34c2de734 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Sun, 3 Nov 2019 12:34:23 -0500 Subject: [PATCH] doc tweak --- docs/action-versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/action-versioning.md b/docs/action-versioning.md index 281c4a94..0e5f98dc 100644 --- a/docs/action-versioning.md +++ b/docs/action-versioning.md @@ -19,7 +19,7 @@ Major versions should guarentee compatibility. A major version can add net new Major version binding allows you to take advantage of bug fixes and critical functionality and security fixes. The `master` branch has latest code and is unstable to bind to since a breaking new major version may first get implemented in master. -> Warning: do not reference `master` since that is +> Warning: do not reference `master` since that is latest code and can be carrying breaking changes of the next major version. ```yaml steps: