You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributors.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,15 @@ With any contribution please take time to consider how this can be tested to mai
26
26
## Creating new version
27
27
28
28
Details on versioning can be found here: https://github.com/actions/toolkit/blob/main/docs/action-versioning.md
29
-
Create a new release using the UI. Version format should be `v1.x.x`. Creating a new major version requires reaction from users and should be done only with breaking changes.
30
-
Once the new release is created, the v1 tag needs to be updated as well.
29
+
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.
30
+
Once the new release is created, the vX tag needs to be updated as well.
local response=$(get_http_header_wget $remote_path$disable_feed_credential)
@@ -1652,4 +1649,4 @@ fi
1652
1649
1653
1650
say "Note that the script does not resolve dependencies during installation."
1654
1651
say "To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install, select your operating system and check the \"Dependencies\" section."
0 commit comments