-
Notifications
You must be signed in to change notification settings - Fork 49
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
TypeError: Method Date.prototype.toString called on incompatible receiver [object Date] #655
Comments
After removing the version (@7.0.2) of conventional-changelog-conventionalcommits the workflow is working again. Set the version to 7.0.2 was a quick fix, since something was broken in the version 8.0.0 |
Basically reverts https://github.com/substrait-io/substrait-java/pull/175/files. That pin causes an issue, see e.g. semantic-release/release-notes-generator#655 (comment)
That pin causes an issue, see e.g. semantic-release/release-notes-generator#655 (comment)
please reconsider unpinning the version. you are correct that v7.0.2 is no longer the correct version to pin, but pinning v8 (just pinning the major version should be fine) can protect you from running into similar problems for the next release of breaking changes |
Override the `conventional-changelog-conventionalcommits` dependency to be at least version 8 to work around semantic-release/release-notes-generator#655 and semantic-release/release-notes-generator#657. This workaround will be necessary until conventional-changelog/commitlint#4063 is resolved.
Override the `conventional-changelog-conventionalcommits` dependency to be at least version 8 to work around semantic-release/release-notes-generator#655 and semantic-release/release-notes-generator#657. This workaround will be necessary until conventional-changelog/commitlint#4063 is resolved.
Override the `conventional-changelog-conventionalcommits` dependency to be at least version 8 to work around semantic-release/release-notes-generator#655 and semantic-release/release-notes-generator#657. This workaround will be necessary until conventional-changelog/commitlint#4063 is resolved.
Hi,
in a workflow i am getting the error (2 days ago everything was fine):
Im using the following setup of semantic-release.
Versions:
Config:
The text was updated successfully, but these errors were encountered: