Missing change logs #10964
Replies: 2 comments 4 replies
-
|
that’s because nothing changed! for but we want all our adapters to be on the same version, because it’s way more confusing to have core/react/vue/solid etc. all on different versions. That’s why sometimes, empty releases are created. 95% of the time, you will see changes in either |
Beta Was this translation helpful? Give feedback.
-
|
The empty-looking entries are a changesets artifact rather than lost history. In this monorepo, a package gets a version bump with just a line like For a reliable upgrade trail, the fastest thing isn't the per-package CHANGELOG — it's the compare view between the tag you're on and the one you're moving to: That lists every PR/commit in the range across all packages, which is what you actually want when deciding whether an upgrade is safe. That said — your frustration is fair as feedback. If |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As terrible as the change management in the TanStack ecosystem is, I cannot wrap my head around empty change logs.
that's it. There's no information about what changed in the core package. Why isn't it copied here for ease of use?
There's literally nothing.
What is going on here? If nothing changed in the package, there should be no change log. If something is changed, why is it not published? Why am I forced to go and read the commit history just to be able to confidently upgrade the package upstream in my projects?
This repository has 50k stars. I don't believe it. I don't believe that a repository with such a high exposure and usage cannot get their change management fixed.
I have no idea why historically it is like this, I have been a user of this project for only a half a year. So I am sorry in advance if there's already a discourse in this area. But in my language and in my message above I'm coming off of a sheer frustration.
What's holding this from being fixed?
Beta Was this translation helpful? Give feedback.
All reactions