Skip to content

Tags: ConnectionMaster/create-probot-app

Tags

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v4.5.6

Toggle v4.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v4.5.5

Toggle v4.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add npm to dependencies (#341) 

v4.5.4

Toggle v4.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add some type safety (#335) 

v4.5.3

Toggle v4.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add logging to init-git helper (#321) - add function docstring - remove unused boolean return value - small cleanups

v4.5.2

Toggle v4.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: split main script logic into helpers (#320) * fix: split main script logic into helpers thanks @MaximDevoir for inputs and cleanups

v4.5.1

Toggle v4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: show correct folder on app creation (#318) 

v4.5.0

Toggle v4.5.0's commit message
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.

v4.4.10

Toggle v4.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove cross-spawn dependecy from main script, use native `npm` … …lib instead (#316) thanks @shaftoe

v4.4.9

Toggle v4.4.9's commit message
fix: improve testing logic, fail when warnings or errors in Jest output - fix broken logic while handling missing <destination> argument