-
-
Notifications
You must be signed in to change notification settings - Fork 204
fix(isr): use modifyGeneratedHtml in all cache generation process #1760
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
Conversation
βοΈ Nx Cloud ReportCI is running/has finished running commands for commit 02506d1. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. π See all runs for this CI Pipeline Execution
β Successfully ran 6 targetsSent with π from NxCloud. |
Trying my best to remove unrelated changes but the lint just keep adding "," back. I hope it is not too hard to review with those changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This cleanup was really needed! Thank you!! Amazing job!
@maxisam |
Do you mean you prefer to rewrite some commits and force push it? I usually don't do that since I use squash merge in general. However, if you prefer to keep some meaningful commits, I can rebase it and force push |
we are generating the changelog from the commit messages. In best case they are meaningful and we don't have to squash. However, it's also possible. If we can fit your efforts into one meaningful commit message, it should also be fine. Wdyt @eneajaho ? |
1c7c138
to
4bf27c0
Compare
4bf27c0
to
10cf6c6
Compare
10cf6c6
to
02506d1
Compare
This PR was breaking, so I will merge this other one too (#1766) so we can release these new features in a minor instead of having to release a major version. Basically the devs can configure the modify fn in two places and in the next major we can remove the one in the render config. |
fix: #1742 #1758
Feel free to make any suggestion. Thanks!