From a465bf5e6d88189c1bae05664487051577febf1a Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Wed, 6 Nov 2019 10:16:13 -0500 Subject: [PATCH] Fix slash in example release branch --- 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 c6f5c14b..c203cd9c 100644 --- a/docs/action-versioning.md +++ b/docs/action-versioning.md @@ -32,7 +32,7 @@ Binding to the immutable sha1 may offer more reliability. However, note that th # Recommendations -1. **Create a release branch for each major version**: For example, `releases\v1`. This will allow for releases of that major version while the development of a different major version proceeds. +1. **Create a release branch for each major version**: For example, `releases/v1`. This will allow for releases of that major version while the development of a different major version proceeds. 2. **Validate changes referencing the release branch**: