Skip to content

Fix [reference-impl-hash] parameter naming in update-changelog.sh#76

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-review-comments
Closed

Fix [reference-impl-hash] parameter naming in update-changelog.sh#76
Copilot wants to merge 2 commits intomainfrom
copilot/fix-review-comments

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

The update-changelog.sh script used [upstream-hash] as the optional parameter name in usage text — inconsistent with the reference-impl terminology used elsewhere and awkward as a CLI arg placeholder.

Changes

  • .github/scripts/release/update-changelog.sh: replaced [upstream-hash] with [reference-impl-hash] in the header comment and the runtime usage error message

Before the change?

  • Usage text read: ./update-changelog.sh <version> [upstream-hash]

After the change?

  • Usage text reads: ./update-changelog.sh <version> [reference-impl-hash]

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • mvn spotless:apply has been run to format the code
  • mvn clean verify passes locally

Does this introduce a breaking change?

  • Yes
  • No

Copilot AI changed the title [WIP] Fix code as per review comments Fix [reference-impl-hash] parameter naming in update-changelog.sh Apr 16, 2026
Copilot AI requested a review from edburns April 16, 2026 19:26
@edburns
Copy link
Copy Markdown
Collaborator

edburns commented Apr 16, 2026

I copied this commit over to the topic branch.

@edburns edburns closed this Apr 16, 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