whiteinge/ok.sh

Create tag as part of release?

Closed this issue · 2 comments

Github's releases UI allows you to create new tags as part of creating a new release. Could this functionality also be exposed via the create_release command?

That is the default behavior for that API call. I gave create_release a quick test and it created a new tag in my test repo. Make sure the access token you're using has push access to the repo you're working with.

Ahh, I just realized, I need to pass the target_commitish. My bad :)