cocoapods.org
cocoapods.org copied to clipboard
Pod readme & Changelog are not reflecting latest release
The readme and changelog section has become stale and is not auto-updating to the latest release. Expected: When a developer publishes a new version of a pod, cocoapods.org should list the latest readme and changelog bundled with the release
Actual: The readme and changelog are stale and are from previous releases.
This is affecting a lot of pods.
Example: https://cocoapods.org/pods/WebexSDK
This affects our pod https://cocoapods.org/pods/RInAppMessaging too.
We released 4.0.0 last week. The podspec was updated correctly but the overview and changelog on the website were not updated.
Can this be acknowledged as an issue by the maintainers?
Sure, sounds like bug, you're welcome to welcome to try fix it 👍🏻
Thanks for responding @orta
I don't see anything in the commit log from 2021 that could have caused this so I wonder how long it has been broken. Could the problem originate from outside this repo? e.g. from https://github.com/CocoaPods/cocoapods-metadata-service
It's likely in that repo IMO
@orta Isn't this issue similar to this one https://github.com/CocoaPods/cocoapods.org/issues/340 ? Can it be related to CI triggers that are not firing for some reason, causing metadata not to be generated?
I'm still seeing this issue after Tuesday's release of GoogleSignIn 6.0.0. Our readme and changelog content hasn't been updated since 2017 despite a number of releases since then.
Having the same issue, releasing new versions is not update the page on cocoapods.
Its been 2 weeks since I published, still Readme.md is not updated. Has anyone found any solution yet? Please add comment here. cc @orta
Finally, after 3rd release, the cocoapods page got updated 🎉 (https://cocoapods.org/pods/RInAppMessaging#changelog). We didn't do anything on our side, so maybe the issue has been fixed.
Finally, after 3rd release, the cocoapods page got updated 🎉 (https://cocoapods.org/pods/RInAppMessaging#changelog). We didn't do anything on our side, so maybe the issue has been fixed.
Awesome!
Maybe this commit fixed it.
Similar issue:
- I'm seeing a stale
CHANGELOG.md
for my packageJDStatusBarNotification
at version2.0.6
. - It still displays the
2.0.5
version on cocoapods.org. - My repos version diff from
2.0.5
to2.0.6
shows that I touched theCHANGELOG.md
file in that release, but not theREADME.md
. Might this be the reason theCHANGELOG.md
isn't updated? - Do I have to touch the
README.md
in order for theCHANGELOG.md
to update?