Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to github actions #163

Closed
conartist6 opened this issue Nov 25, 2020 · 1 comment
Closed

Migrate to github actions #163

conartist6 opened this issue Nov 25, 2020 · 1 comment
Labels

Comments

@conartist6
Copy link
Collaborator

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
Copy link

🎉 This issue has been resolved in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant