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

Plugin name incorrectly logged #98

Closed
NickDub opened this issue Jan 3, 2024 · 7 comments
Closed

Plugin name incorrectly logged #98

NickDub opened this issue Jan 3, 2024 · 7 comments
Labels

Comments

@NickDub
Copy link

NickDub commented Jan 3, 2024

When I launch a release, I don't see the name of the plugin that will be executed for the following steps (in red):

  • analyzeCommits
  • generateNotes
  • prepare
  • success

But it's okay for the other steps (in green).
image
image

Is it possible to have the plugin name and not "[Function: nx-semantic-release]"?

@TheUnderScorer
Copy link
Owner

Hey @NickDub!

It's probably related to semantic-release-plugin-decorators plugin. I'm not quite sure how to fix it, perhaps future planed update to it will fix it.

@NickDub
Copy link
Author

NickDub commented Feb 9, 2024

Hi @TheUnderScorer

When do you plan to update to the latest version of semantic-release-plugin-decorators ?

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 3 days.

@github-actions github-actions bot added the Stale label Mar 11, 2024
@NickDub
Copy link
Author

NickDub commented Mar 12, 2024

Hi @TheUnderScorer

When do you plan to update to the latest version of semantic-release-plugin-decorators ?

@github-actions github-actions bot removed the Stale label Mar 13, 2024
@spencer-shupe-qhr
Copy link

Tested the 3.02 and 3.03 versions of semantic-release-plugin-decorators and the issue is not fixed, unfortunately. The 4.0.0 is of course a breaking change with ESM support, uncertain if that will fix it.

FWIW I stepped through with the debugger a little and found it strange that the plugin variable is resolved as a function reference with name: 'nx-semantic-release' instead of an array or object as expected here https://github.com/semantic-release/semantic-release/blob/master/lib/get-config.js#L44 (I traced started from https://github.com/semantic-release/semantic-release/blob/master/lib/plugins/normalize.js#L35 where pluginName is also a function reference with name: 'nx-semantic-release', though this could be a red-herring).

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 3 days.

@github-actions github-actions bot added the Stale label May 11, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
@NickDub
Copy link
Author

NickDub commented May 14, 2024

re-open

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

3 participants