Tags: d4n5/probot
Tags
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
fix(package): debugging version replacements as part of automated rel… …ease process ... so sorry for the noise UGH
fix(package): debugging version replacements as part of automated rel… …ease process ... so sorry for the noise
fix(package): attempt to fix version replacements using `semantic-rel… …ease-plugin-update-version-in-files`
fix: un-deprecated `.log()` calls to ease transition to Probot v10
fix: remove removal messages about `LOG_FORMAT`, `LOG_LEVEL_IN_STRING… …`, and `SENTRY_DSN`
fix: bring back `LOG_FORMAT`, `LOG_LEVEL_IN_STRING`, and `SENTRY_DSN` (… …probot#1304)
PreviousNext