Skip to content

Commit

Permalink
Merge pull request #18 from ipfs/remove-interop
Browse files Browse the repository at this point in the history
feat!: remove 'update-interop' command
  • Loading branch information
galargh authored Aug 3, 2023
2 parents f6cdb2b + 6a9bddf commit a94d03a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
51 changes: 0 additions & 51 deletions actions/update_interop.go

This file was deleted.

24 changes: 0 additions & 24 deletions cmd/kuboreleaser/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,30 +338,6 @@ func main() {
return Execute(action, c)
},
},
{
Name: "update-interop",
Usage: "Update the release in interop",
Action: func(c *cli.Context) error {
git, err := git.NewClient()
if err != nil {
return err
}
log.Debug("Initializing GitHub client...")
github, err := github.NewClient()
if err != nil {
return err
}
version := c.App.Metadata["version"].(*util.Version)

action := &actions.UpdateInterop{
Git: git,
GitHub: github,
Version: version,
}

return Execute(action, c)
},
},
{
Name: "update-ipfs-docs",
Usage: "Update the release in ipfs-docs",
Expand Down

0 comments on commit a94d03a

Please sign in to comment.