mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 23:50:19 +00:00
Remove extra whitespace
This commit is contained in:
parent
508262b4d7
commit
33782b4999
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user