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: .changes/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ After a release, the changelog will be initialized with the following template:
24
24
```
25
25
## $VERSION (Unreleased)
26
26
27
-
Changes in progress for v$VERSION are available at [.changes/v$VERSION](https://github.com/vmware/go-vcloud-director/tree/master/.changes/v$VERSION) until the release.
27
+
Changes in progress for v$VERSION are available at [.changes/v$VERSION](https://github.com/vmware/go-vcloud-director/tree/main/.changes/v$VERSION) until the release.
28
28
```
29
29
30
30
Run `.changes/init.sh version` to get the needed text
Copy file name to clipboardExpand all lines: .changes/init.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@ echo ""
21
21
echo""
22
22
echo"## $VERSION (Unreleased)"
23
23
echo""
24
-
echo"Changes in progress for v$VERSION are available at [.changes/v$VERSION](https://github.com/vmware/go-vcloud-director/tree/master/.changes/v$VERSION) until the release."
24
+
echo"Changes in progress for v$VERSION are available at [.changes/v$VERSION](https://github.com/vmware/go-vcloud-director/tree/main/.changes/v$VERSION) until the release."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## 2.15.0 (TBC)
2
2
3
-
Changes in progress for v2.15.0 are available at [.changes/v2.15.0](https://github.com/vmware/go-vcloud-director/tree/master/.changes/v2.15.0) until the release.
3
+
Changes in progress for v2.15.0 are available at [.changes/v2.15.0](https://github.com/vmware/go-vcloud-director/tree/main/.changes/v2.15.0) until the release.
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,4 @@ an issue or PR.
30
30
31
31
**Attribution**
32
32
33
-
This Code of Conduct is adapted from the VMware Clarity project, available at this page: https://github.com/vmware/clarity/blob/master/CODE_OF_CONDUCT.md
33
+
This Code of Conduct is adapted from the VMware Clarity project, available at this page: https://github.com/vmware/clarity/blob/next/docs/CODE_OF_CONDUCT.md
In addition to saving code and time by reducing the boilerplate, these functions also trigger debugging calls that make the code
116
116
easier to monitor.
117
117
Using any of the above calls will result in the standard log i
118
-
(See [LOGGING.md](https://github.com/vmware/go-vcloud-director/blob/master/util/LOGGING.md)) recording all the requests and responses
118
+
(See [LOGGING.md](https://github.com/vmware/go-vcloud-director/blob/main/util/LOGGING.md)) recording all the requests and responses
119
119
on demand, and also triggering debug output for specific calls (see `enableDebugShowRequest` and `enableDebugShowResponse`
120
120
and the corresponding `disable*` in `api.go`).
121
121
@@ -479,4 +479,4 @@ When the tenant context is not needed (system administration calls), we just pas
479
479
480
480
## Testing
481
481
482
-
Every feature in the library must include testing. See [TESTING.md](https://github.com/vmware/go-vcloud-director/blob/master/TESTING.md) for more info.
482
+
Every feature in the library must include testing. See [TESTING.md](https://github.com/vmware/go-vcloud-director/blob/main/TESTING.md) for more info.
0 commit comments