diff --git a/crates/extension_api/wit/since_v0.2.0/github.wit b/crates/extension_api/wit/since_v0.2.0/github.wit index bb138f5d31..21cd5d4805 100644 --- a/crates/extension_api/wit/since_v0.2.0/github.wit +++ b/crates/extension_api/wit/since_v0.2.0/github.wit @@ -24,6 +24,8 @@ interface github { } /// Returns the latest release for the given GitHub repository. + /// + /// Takes repo as a string in the form "/", for example: "zed-industries/zed". latest-github-release: func(repo: string, options: github-release-options) -> result; /// Returns the GitHub release with the specified tag name for the given GitHub repository.