Fix README store links and prepare v3.0.3 release#80
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughPatch release: bumped version from 3.0.2 to 3.0.3 in manifest, OpenAPI schema, and package.json; README links and image URLs converted from relative paths to absolute GitHub/raw.githubusercontent URLs; changelog entry added for 3.0.3 documenting the documentation fix. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Line 6: The CHANGELOG entry header "## [3.0.3] - 2026-04-18" is future-dated
for this PR; update the date in that header to "2026-04-17" (or alternatively
hold the merge until 2026-04-18) so the release timestamp is not ahead of the PR
creation date and avoids ambiguity in release notes.
In `@README.md`:
- Line 15: The GHCR badge in README.md currently points to
docs/local_docker_testing.md while labeling itself "GHCR Container Image";
update the badge link target so it points to the actual container
registry/package page (e.g., the repository's GHCR or GitHub Packages container
URL) or alternatively change the badge label to reflect that it links to local
docker testing docs; edit the badge line (the markdown image link that begins
with [](...) ) to use the correct URL for the container package (or
adjust the label to match the docs link) so the badge destination and text are
consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 172d38af-957a-476e-ba79-2e254953eb37
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (5)
.actor/actor.json.actor/web_server_schema.jsonCHANGELOG.mdREADME.mdpackage.json
There was a problem hiding this comment.
Pull request overview
This PR updates release metadata for v3.0.3 and adjusts the README so that images and documentation links render correctly when consumed outside the GitHub repo context (e.g., Apify Store), while keeping actor/schema versions in sync.
Changes:
- Bump npm/actor/schema versions from
3.0.2to3.0.3. - Convert README asset/document links to absolute GitHub/Raw URLs for external rendering.
- Add a
3.0.3entry toCHANGELOG.md.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps package version to 3.0.3. |
| package-lock.json | Syncs lockfile version metadata to 3.0.3. |
| README.md | Switches image and doc links to absolute URLs so they work outside GitHub. |
| CHANGELOG.md | Adds the 3.0.3 release entry. |
| .actor/web_server_schema.json | Syncs API schema version/example string to 3.0.3. |
| .actor/actor.json | Syncs actor version to 3.0.3. |
Summary
This updates the publication-facing README so Apify Store renders images and documentation links correctly outside the GitHub repository context, then prepares the corresponding
v3.0.3release metadata.Changes
raw.githubusercontent.comURLsblob/treeURLs3.0.3CHANGELOG.mdfor3.0.3Validation
npm run sync:versionnpm install --package-lock-only --legacy-peer-depsnpm run validate:schemasSummary by CodeRabbit