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

Release failing but extension got updated #41

Closed
sebbi08 opened this issue Aug 15, 2019 · 4 comments · Fixed by #44
Closed

Release failing but extension got updated #41

sebbi08 opened this issue Aug 15, 2019 · 4 comments · Fixed by #44
Labels

Comments

@sebbi08
Copy link

sebbi08 commented Aug 15, 2019

after running the task the extension got updated but the release is showing the following error in console

[3:33:41 PM] [semantic-release] › ✖  An error occurred while running semantic-release: { TypeError: Cannot read property '0' of undefined
    at publish (***extension/node_modules/semantic-release-chrome/dist/publish.js:60:44)
    at process._tickCallback (internal/process/next_tick.js:68:7) pluginName: 'semantic-release-chrome' }
{ TypeError: Cannot read property '0' of undefined
    at publish (***extension/node_modules/semantic-release-chrome/dist/publish.js:60:44)
    at process._tickCallback (internal/process/next_tick.js:68:7) pluginName: 'semantic-release-chrome' }

the this is my extension is a devtool extension with the permision 'activeTab' and therfor every release need a review maybe this has something to do with it

@davesnx
Copy link

davesnx commented Nov 14, 2019

Having the same issue:

[6:43:15 PM] [semantic-release] › ✖  An error occurred while running semantic-release: TypeError: Cannot read property '0' of undefined
    at publish (/home/circleci/repo/node_modules/semantic-release-chrome/dist/publish.js:60:44)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async validator (/home/circleci/repo/node_modules/semantic-release/lib/plugins/normalize.js:34:24)
    at async /home/circleci/repo/node_modules/semantic-release/lib/plugins/pipeline.js:37:34
    at async Promise.all (index 0)
    at async next (/home/circleci/repo/node_modules/p-reduce/index.js:16:18) {
  pluginName: 'semantic-release-chrome'
}

Do you know if there's any problem pushing versions too soon? I mean, I have a permission issue as well with my extension and I wait usually 2/3days.
What happens with the pushed versions that are on review?

Thanks and sorry to diverge with a random question!

@GabeDuarteM
Copy link
Owner

🎉 This issue has been resolved in version 1.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@davesnx
Copy link

davesnx commented Nov 16, 2019

Thanks :D

@GabeDuarteM
Copy link
Owner

Hi @davesnx! About your question, I'm not exactly sure, as I never experienced this but, if I were to guess, they are probably taking some time to review your extension to see if it conforms to their rules of submission, and if it does, it will be published soon...

All the best!

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

Successfully merging a pull request may close this issue.

3 participants