-
Notifications
You must be signed in to change notification settings - Fork 12
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
matches not found in google action #164
Comments
I ran in the same problem too |
we had the same problems and maybe here are some hints to resolve it: Our configs finally started to work AFTER once a simple replace without a results-check had been done, something likes this:
AFTER this initial replacement our configs now are working as expected:
So it seemed that there maybe is a problem with the state coming in from semantic release which is compared to the expected results if there has not been a successful run and git commit before. We encountered this in a new repo in which we copy&pasted sem rel configs from another repo with similar structure (and where it was working perfectly). |
I don't see anything in the code that would cause this. 🤔 |
I am trying to use
semantic-release-replace-plugin
to change version inpyproject.toml
andsrc/demo/__init__.py
In the first I have:In the second:
My semantic-release config:
I run using:
This gives me the error below. It would seem that "expected" is no matches, but actual results in match. However, I specify that I do expect a match. (??) Also why does the error message read "expected match not found" when the detail is consistent with "unexpected match found"?
The text was updated successfully, but these errors were encountered: