Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: d4n5/probot

Tags

v10.0.0

Toggle v10.0.0's commit message
ci: `$default_branch` is not supported, unfortunately

v10.0.0-beta.36

Toggle v10.0.0-beta.36's commit message
fix(package): remove "prepare" step

as part of the automated release with semantic-release, we replace a placeholder version string in lib/index.js. We do not want to read the version from package.json because it is not supported by ES Modules natively.

Unfortunately the "prepare" step is run right before the publish step, and after the replacements took place. So the easiest ist to just remove it and figure out a better way to install probot from github

v10.0.0-beta.35

Toggle v10.0.0-beta.35's commit message
fix(package): debugging version replacements as part of automated rel…

…ease process ... so sorry for the noise UGH

v10.0.0-beta.34

Toggle v10.0.0-beta.34's commit message
fix(package): debugging version replacements as part of automated rel…

…ease process ... so sorry for the noise

v10.0.0-beta.33

Toggle v10.0.0-beta.33's commit message
fix(package): attempt to fix version replacements using `semantic-rel…

…ease-plugin-update-version-in-files`

v10.0.0-beta.32

Toggle v10.0.0-beta.32's commit message
fix: un-deprecated `.log()` calls to ease transition to Probot v10

v10.0.0-beta.31

Toggle v10.0.0-beta.31's commit message
ci(release): fix semantic-release configuration

v10.0.0-beta.30

Toggle v10.0.0-beta.30's commit message
fix: update `@octokit/webhooks` to latest

v10.0.0-beta.29

Toggle v10.0.0-beta.29's commit message
fix: remove removal messages about `LOG_FORMAT`, `LOG_LEVEL_IN_STRING…

…`, and `SENTRY_DSN`

v10.0.0-beta.28

Toggle v10.0.0-beta.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: bring back `LOG_FORMAT`, `LOG_LEVEL_IN_STRING`, and `SENTRY_DSN` (

…probot#1304)