kentcdodds / babel-plugin-macros

🎣 Allows you to build simple compile-time libraries
https://npm.im/babel-plugin-macros
MIT License
2.62k stars 135 forks source link

Migrate to github actions #163

Closed conartist6 closed 3 years ago

conartist6 commented 3 years ago

The docs say that releasing is automagic on merge to master. That action is defined by kcd-scripts, and it is exiting with success yet not release is made. Here is an example run.

It seems that one of the conditions laid out in the script must be failing. It only release if:

pkg.version === '0.0.0-semantically-released' &&
parseEnv('TRAVIS', false) &&
releaseBranches.includes(process.env.TRAVIS_BRANCH) &&
!parseEnv('TRAVIS_PULL_REQUEST', false)

It may be possible to determine the failing condition and fix it, or perhaps you want to upgrade this repo to github actions? I see in your semantic release log for kcd-scripts that that was why you deprecated and removed the travis-release script.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 3.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: