Skip to content

Conversation

@joshjohanning
Copy link
Owner

This pull request includes a small change to the package.json file, correctly setting the package version.

Copilot AI review requested due to automatic review settings January 26, 2026 22:27
@joshjohanning joshjohanning merged commit 7e9a3ca into main Jan 26, 2026
8 checks passed
@joshjohanning joshjohanning deleted the fix-version branch January 26, 2026 22:28
@github-actions
Copy link

📦 Draft Release Created

A draft release v3.0.10 has been created for this PR.

🔗 View Draft Release

Next Steps

  • Review the release notes
  • Publish the release to make it permanent

This is an automated reminder from the publish-github-action workflow.

Copy link
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 changes the package version from 3.1.0 to 3.0.10, which represents a version downgrade. The PR description indicates this is "correctly setting the package version," but the changes violate semantic versioning principles and include unexplained modifications to the package-lock.json file.

Changes:

  • Version downgraded from 3.1.0 to 3.0.10 in package.json
  • Corresponding version change in package-lock.json
  • Addition of "peer": true flags to multiple dependencies in package-lock.json

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Version changed from 3.1.0 to 3.0.10 (a downgrade)
package-lock.json Version downgraded and multiple peer dependency flags added

{
"name": "azure-devops-work-item-link-enforcer-and-linker",
"version": "3.1.0",
"version": "3.0.10",
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

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

This version change represents a downgrade from 3.1.0 to 3.0.10, which violates semantic versioning principles. According to semantic versioning, versions should always move forward (e.g., 3.1.0 → 3.1.1 or 3.2.0), never backward. If this is intended to be a patch release on the 3.0.x line, it should have been branched from the 3.0.x codebase, not from 3.1.0. If this is meant to be a new release after 3.1.0, it should be 3.1.1 or higher.

Copilot generated this review using guidance from repository custom instructions.
@github-actions
Copy link

📦 Draft Release Created

A draft release v3.0.10 has been created for this PR.

🔗 View Draft Release

Next Steps

  • Review the release notes
  • Publish the release to make it permanent

This is an automated reminder from the publish-github-action workflow.

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