Skip to content

Commit bb478b1

Browse files
committed
Add info regarding stopwatch.jl
1 parent ea15679 commit bb478b1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/src/private-registries.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ After you have the registry configured, you can setup CI using RegistryCI by fol
1010

1111
## Basic configuration
1212

13-
You will first need to copy the `.ci` folder in the root of the General registry to the root of your own registry. This folder contains some resources required for the RegistryCI package to work and update itself.
13+
You will first need to copy the `.ci` folder in the root of the General registry to the root of your own registry. This folder contains some resources required for the RegistryCI package to work and update itself. If you do not need AutoMerge support, there is now need to copy the
14+
`stopwatch.jl` file in the `.ci` folder.
1415

1516
Next, you will need to copy the `ci.yml` and `update_manifest.yml` workflow files.
1617

@@ -68,3 +69,10 @@ Most importantly, the following should be changed
6869
registry = "MyOrg/MyRegistry",
6970
authorized_authors = String["TrustedUser"],
7071
```
72+
73+
You will also have to make the following change in `.ci/stopwatch.jl`
74+
75+
```diff
76+
- registry = GitHub.Repo("JuliaRegistries/General")
77+
+ registry = GitHub.Repo("MyOrg/MyRegistry")
78+
```

0 commit comments

Comments
 (0)