-
Notifications
You must be signed in to change notification settings - Fork 27
tea releases create gives error "You have to indicate a repo or execute the command in a repo" but no repo option allowed #12
Comments
There should be a Could you try: Please respond with updates on success (or otherwise). Edit: Just saw your edit re: CI, if you use Drone then you can use the following plugin http://plugins.drone.io/drone-plugins/drone-gitea-release/ to create releases and upload attachments |
-r gives: |
@LittleColin just do that on your repo git directory. |
@LittleColin currently --repo is an argument of 'release' thus you have to run @lunny this usage is kind of unintuitive I'll create a PR that adds --repo to the create subcommand |
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
I'm probably doing something stupid but I've successfully done a tea login and was then attempting to create a release with:
tea releases create --title "0.0.1-alpha" --target master --draft --asset myapp.zip
But how do I specify the repo? There is no -r/--repo flag on this command and the preceding login command didn't allow me to specify a repo at the end of the url.
I understandably get the error:
You have to indicate a repo or execute the command in a repo
I'm not sure what "in a repo" means - I'm in the git folder containing my app. Eventually I'll want to do this from the CI.
Any examples of creating a release much appreciated.
FWIW Doing a tea -v gives Tea version 0.1.0-dev
The text was updated successfully, but these errors were encountered: