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