You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use temp folder for temporary files, as using the current folder might create issues
Set github token globally
Tests and documentation
For setting gh_token globally, the way it would work, is that we set some file at home directory (.pkpconfig or similar) and add the token to it. Similar to what tools like git or aws cli do, and read that file when using the tool. (make sure this works on windows) For setting Github token, you just need to prefix the command with GITHUB_TOKEN=my_personal_token i.e. GITHUB_TOKEN=my_personal_token pkp-plugin bump
The text was updated successfully, but these errors were encountered:
kabaros
changed the title
Feedback on first iteration
Feedback / Improvements / Change requests
Apr 24, 2020
For the diff, I thought relying on git should be similar between platforms...
Ah, I can't find the comment I made before, but I probably misread a git diff command as a straight-up diff command. Agreed that we can rely on git being present.
Some improvements to do:
For settingFor setting Github token, you just need to prefix the command withgh_token
globally, the way it would work, is that we set some file at home directory (.pkpconfig
or similar) and add the token to it. Similar to what tools likegit
oraws
cli do, and read that file when using the tool. (make sure this works on windows)GITHUB_TOKEN=my_personal_token
i.e.GITHUB_TOKEN=my_personal_token pkp-plugin bump
The text was updated successfully, but these errors were encountered: