-
Notifications
You must be signed in to change notification settings - Fork 242
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
Latest Version broke talismanrc with multiple files #314
Comments
@fpaiva-tw thanks for reporting this. Am reverting the latest release. |
@svishwanath-tw would it be better to create a new release roll forward? Thanks! |
@chenrui333 : That would generally be a good idea. The default installation/update script for talisman will revert to the last released version on github. However, with Homebrew in the picture, things do get complicated. I wonder if something could be worked out, the only other way I can think of is to tag and older release with a newer semver, that would be confusing too. |
This is the talismanrc suggested by talisman. How did you get the checksums for |
In my system the suggested talismanrc is:
I used the checksum generated by the report. You can check the issue's attached screenshot for reference. I am not sure why the checksum is different in my system then yours, but the bug is no concerning the checksum itself. Even if you use the checksum that your system is generating you can probably reproduce it. |
Agree, a plain re-tag of an old release is kind of weird. But from a technical perspective, we should not call the already rolled out a release back to pre-release again, that is also confusing. It just means the release process needs to be more thoughtful and prevent the bad UX in the future. Either way, I think a new release would be better. :) |
I actually just found a pretty similar issue that happened to graphql-java 16.0 release. It was a problematic release, and the team create a emergency patch release I think the situation is pretty similar like in here. |
@fpaiva-tw : Released a new version that fixes the issue, please download and verify. |
@chenrui333, @fpaiva-tw : Issues fixed and latest release is 1.23.0 |
Closing issue as fixed. |
Describe the bug
Using the latest version if the commit has additions in more than 1 file, the filename pattern will only match the last pattern in the list "fileignoreconfig" of talismanrc.
To Reproduce
Expected behavior
The report should come clean, since both files are ignored
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: