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

Error when verify.js throw errors #199

Closed
LaplancheMaxime opened this issue Jul 8, 2022 · 3 comments
Closed

Error when verify.js throw errors #199

LaplancheMaxime opened this issue Jul 8, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@LaplancheMaxime
Copy link

Hello,

I have a problem, the errors that throw in the file "src/verify.ts" do not go up in the console.
I encounter an error, here is the console output:

[2:20:54 PM] [semantic-release] › ✖  An error occurred while running semantic-release: AggregateError
    at verify (/builds/mlaplanche/**/node_modules/@droidsolutions-oss/semantic-release-nuget/dist/src/verify.js:50:15)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async validator (/builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/normalize.js:34:24)
    at async /builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/pipeline.js:37:34
    at async /builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/pipeline.js:31:3
    at async Object.pluginsConf.<computed> [as verifyConditions] (/builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/index.js:80:11)
    at async run (/builds/mlaplanche/**/node_modules/semantic-release/index.js:103:3)
    at async module.exports (/builds/mlaplanche/**/node_modules/semantic-release/index.js:269:22)
    at async module.exports (/builds/mlaplanche/**/node_modules/semantic-release/cli.js:55:5) {
  pluginName: '@droidsolutions-oss/semantic-release-nuget'
}
AggregateError: 
    AggregateError
        at verify (/builds/mlaplanche/**/node_modules/@droidsolutions-oss/semantic-release-nuget/dist/src/verify.js:50:15)
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
        at async validator (/builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/normalize.js:34:24)
        at async /builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/pipeline.js:37:34
        at async /builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/pipeline.js:31:3
        at async Object.pluginsConf.<computed> [as verifyConditions] (/builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/index.js:80:11)
        at async run (/builds/mlaplanche/**/node_modules/semantic-release/index.js:103:3)
        at async module.exports (/builds/mlaplanche/**/node_modules/semantic-release/index.js:269:22)
        at async module.exports (/builds/mlaplanche/**/node_modules/semantic-release/cli.js:55:5)
    at /builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/pipeline.js:54:11
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Object.pluginsConf.<computed> [as verifyConditions] (/builds/mlaplanche/**/node_modules/semantic-release/lib/plugins/index.js:80:11)
    at async run (/builds/mlaplanche/**/node_modules/semantic-release/index.js:103:3)
    at async module.exports (/builds/mlaplanche/**/node_modules/semantic-release/index.js:269:22)
    at async module.exports (/builds/mlaplanche/**/node_modules/semantic-release/cli.js:55:5)

I use the latest version.

Thank you for your feedback

@Kampfmoehre
Copy link
Member

Kampfmoehre commented Jul 12, 2022

Hi,

can you test this version of the plugin:
https://www.npmjs.com/package/@droidsolutions-oss/semantic-release-nuget/v/1.2.0-beta.1

@Kampfmoehre Kampfmoehre self-assigned this Jul 12, 2022
@Kampfmoehre Kampfmoehre added the bug Something isn't working label Jul 12, 2022
@Kampfmoehre
Copy link
Member

@LaplancheMaxime Could you verify that the error message is visible now? I would like like to merge it but hadn't had an opportunity to test it myself.

@Kampfmoehre
Copy link
Member

I merged the changes to the main branch which is included in 1.2.0. I'll close this issue, if the problem containues to exist, please comment and I'll reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants