Remove extra whitespace

This commit is contained in:
Vladimir Safonkin 2022-04-01 12:36:18 +02:00
parent 508262b4d7
commit 33782b4999

View File

@ -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 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. 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 tag -fa vX -m "Update vX tag"
git push origin vX --force git push origin vX --force