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
remove support for initializing on non-empty directories (#339) BREAKING CHANGE: remove support for initializing on non-empty directories Co-authored-by: Maxim Devoir <maximdevoir@gmail.com>
fix: add `homepage` to each template's package.json file (#347) probot/probot reads the `homepage` key from `package.json` during Probot App Setup to set the GitHub App Manifest's `url`, a required property to programmatically create GitHub Apps. fixes: #346
feat: add --no-git-init option Given that the user already has the faculty to decide in which folder to create the application, should also be allowed to disable git initialization too.