From 33782b49999059fbab4b10063f38af50f521b2e7 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Fri, 1 Apr 2022 12:36:18 +0200 Subject: [PATCH] Remove extra whitespace --- docs/contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors.md b/docs/contributors.md index 5ec31cb..3c15695 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -27,7 +27,7 @@ With any contribution please take time to consider how this can be tested to mai Details on versioning can be found here: https://github.com/actions/toolkit/blob/main/docs/action-versioning.md Create a new release using the UI. Version format should be `vX.Y.Z`. Creating a new major version requires reaction from users and should be done only with breaking changes. -Once the new release is created, the vX tag needs to be updated as well. +Once the new release is created, the vX tag needs to be updated as well. ``` git tag -fa vX -m "Update vX tag" git push origin vX --force