Versions in this module Expand all Collapse all v0 v0.0.1 Nov 29, 2023 Changes in this version + type Release struct + ID int64 + TagName string + func (r *Release) UploadAsset(path string) error + type Releaser struct + func NewReleaser(owner, repo, token string) (*Releaser, error) + func (r *Releaser) Create(name string) (*Release, error) + func (r *Releaser) Find(tagName string) (*Release, error) + func (r *Releaser) Latest() (*Release, error)