Versions in this module Expand all Collapse all v0 v0.2.0 Mar 3, 2026 v0.1.0 Mar 3, 2026 Changes in this version + type Repository struct + Name string + Owner string + func Repo(fullname string) (rep Repository, err error) + func (r Repository) FullName() string + func (r Repository) Release(cli *forgejo.Client, tag string) (*forgejo.Release, error)