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 bb138f5d31bf8edda3f476d21d4ff23105fea321..21cd5d48056af08441d3bb5aa8547edd97a874d7 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.