Skip to content

Fix deploy workflow failure caused by undefined changelog link reference - #1

Closed
HideBa with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-deploy-job-failure
Closed

Fix deploy workflow failure caused by undefined changelog link reference#1
HideBa with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-deploy-job-failure

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown

The deploy Actions job failed during npm test because markdown linting reported an undefined reference in CHANGELOG.md. This PR resolves the lint failure by defining the missing changelog link target.

  • Root cause

    • CHANGELOG.md used ## [v0.2.0] without a corresponding [v0.2.0]: ... definition, triggering remark-lint no-undefined-references.
  • Change

    • Added the missing version link definition at the bottom of CHANGELOG.md:
      • [v0.2.0]: <https://github.com/cityjson/stac-city3d/releases/tag/v0.2.0>
  • Patch excerpt

    [Unreleased]: <https://github.com/stac-extensions/template/compare/v1.0.0...HEAD>
    [v0.2.0]: <https://github.com/cityjson/stac-city3d/releases/tag/v0.2.0>

Copilot AI changed the title [WIP] Fix failing GitHub Actions job deploy Fix deploy workflow failure caused by undefined changelog link reference Jul 7, 2026
Copilot finished work on behalf of HideBa July 7, 2026 10:03
Copilot AI requested a review from HideBa July 7, 2026 10:03
@HideBa
HideBa marked this pull request as ready for review July 7, 2026 10:04
Copilot finished work on behalf of HideBa July 7, 2026 10:15
Copilot AI requested a review from HideBa July 7, 2026 10:15
@HideBa HideBa closed this Jul 7, 2026
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