Skip to content

Fix README store links and prepare v3.0.3 release#80

Merged
ar27111994 merged 2 commits intomainfrom
feature/readme-absolute-urls-store-listing
Apr 18, 2026
Merged

Fix README store links and prepare v3.0.3 release#80
ar27111994 merged 2 commits intomainfrom
feature/readme-absolute-urls-store-listing

Conversation

@ar27111994
Copy link
Copy Markdown
Owner

@ar27111994 ar27111994 commented Apr 17, 2026

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.3 release metadata.

Changes

  • convert README asset links to absolute raw.githubusercontent.com URLs
  • convert README document links to absolute GitHub blob/tree URLs
  • bump package version to 3.0.3
  • sync actor metadata and web server schema version fields
  • update CHANGELOG.md for 3.0.3

Validation

  • npm run sync:version
  • npm install --package-lock-only --legacy-peer-deps
  • npm run validate:schemas

Summary by CodeRabbit

  • Version Bump
    • Updated product version to 3.0.3 across manifests and package metadata.
  • Documentation
    • Converted documentation links and image sources from relative to absolute GitHub URLs.
    • Added a 3.0.3 release entry to the changelog.
  • UI Text
    • Updated the homepage/debugger footer text to display version 3.0.3.

Copilot AI review requested due to automatic review settings April 17, 2026 20:16
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: daf53036-4b7c-4e35-bcc2-4b58f158c70e

📥 Commits

Reviewing files that changed from the base of the PR and between 6998818 and de3716d.

📒 Files selected for processing (1)
  • README.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

📝 Walkthrough

Walkthrough

Patch 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

Cohort / File(s) Summary
Version metadata updates
.actor/actor.json, .actor/web_server_schema.json, package.json
Incremented version fields from 3.0.23.0.3 in actor manifest, OpenAPI info.version, and npm package metadata.
Documentation link conversion
README.md
Replaced relative documentation and asset links with absolute github.com/.../blob/main/... and raw.githubusercontent.com/.../main/... URLs and updated badges/asset paths.
Changelog
CHANGELOG.md
Added ## [3.0.3] - 2026-04-18 entry documenting the documentation fix (absolute links).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A tiny bump, a tidy tweak,
Links set straight for eyes to peek,
Versions climb to three-dot-three,
Docs now travel clear and free,
I hop and munch — release day glee! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the two main objectives: fixing README links (converting to absolute URLs) and preparing the v3.0.3 release with corresponding version bumps across all configuration files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/readme-absolute-urls-store-listing

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 [![GHCR](...)](...) ) 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

📥 Commits

Reviewing files that changed from the base of the PR and between 9b947af and 6998818.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (5)
  • .actor/actor.json
  • .actor/web_server_schema.json
  • CHANGELOG.md
  • README.md
  • package.json

Comment thread CHANGELOG.md
Comment thread README.md Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.2 to 3.0.3.
  • Convert README asset/document links to absolute GitHub/Raw URLs for external rendering.
  • Add a 3.0.3 entry to CHANGELOG.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.

@ar27111994 ar27111994 merged commit 42c6e37 into main Apr 18, 2026
17 checks passed
@ar27111994 ar27111994 deleted the feature/readme-absolute-urls-store-listing branch April 18, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants