Closed AyushSehrawat closed 1 year ago
Also, just a small question.. Is there any way to set default topic so that i don't have to add -m "Topic: hi"
everytime i commit ?
Thanks I'll look when I get the chance but so far haven't reproduced the issue on windows 10. maybe something specific to windows 11?
As for the second question, you can prepopulate any commit message template using .gitmessage https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733. You can set this up with a default topic or any other fields that you find useful.
Separately we're looking at adding convenience features for that in https://github.com/Skydio/revup/issues/63
Thanks I'll look when I get the chance but so far haven't reproduced the issue on windows 10. maybe something specific to windows 11?
As for the second question, you can prepopulate any commit message template using .gitmessage https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733. You can set this up with a default topic or any other fields that you find useful.
Separately we're looking at adding convenience features for that in #63
Thanks for the response! I will try to see if the issue is with win 11 or something on my side...
Also getting that feature would be awesome :).
Describe the bug Whenever i run
revup upload
orrevup upload --no-self-authored-only
i get an RuntimeError. Though the code gets uploaded to github as a pr, the error seems to be just a warningExpected behavior No such warning to occur
To Reproduce 1.) Windows 11 ( Beta Insiders ) 2.) Used the following code
Note : The Repo i am adding PR to is not mine, i am one of the contributors.
Logs Terminal output from the command. If possible, rerun the command with
revup -v
to get more verbose logs.