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: template/cli/template/CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@ The, you can run the script `script/release.sh`. The script will perform the fol
56
56
57
57
- Create a tag with the version found in `{{ project_slug }}.opam`, and push it to your repository.
58
58
- Create the distribution archive.
59
-
- Publish the distribution archive to a Github Release.
59
+
- Publish the distribution archive to a GitHub Release.
60
60
- Submit a PR on Opam's repository.
61
61
62
-
When the release is published on Github, the CI/CD will trigger the `Release` workflow which will compile binaries for all supported platforms and add them to the Github Release as assets.
62
+
When the release is published on GitHub, the CI/CD will trigger the `Release` workflow which will compile binaries for all supported platforms and add them to the GitHub Release as assets.
63
63
64
64
### Repository Structure
65
65
@@ -68,7 +68,7 @@ The following snippet describes {{ project_name }}'s repository structure.
68
68
```text
69
69
.
70
70
├── .github/
71
-
| Contains Github specific files such as actions definitions and issue templates.
71
+
| Contains GitHub specific files such as actions definitions and issue templates.
72
72
│
73
73
├── bin/
74
74
| Source for {{ project_name }}'s binary. This links to the library defined in `lib/`.
0 commit comments