Skip to content

Conversation

@ultmaster
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 25, 2025 09:48
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 bumps the package version from 0.0.5 to 0.0.7 and fixes a bug in the Azure Pipeline publishing script by using absolute paths for npm package publishing.

  • Updates the package version in package.json to 0.0.7
  • Improves the npm publish command reliability by resolving the package tarball path to an absolute path

Reviewed Changes

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

File Description
packages/poml-build/package.json Version bump from 0.0.5 to 0.0.7
azure-pipelines.yml Fix npm publish by using absolute paths with realpath command

{
"name": "poml",
"version": "0.0.5",
"version": "0.0.7",
Copy link

Copilot AI Jul 25, 2025

Choose a reason for hiding this comment

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

The version jump from 0.0.5 to 0.0.7 skips version 0.0.6. This could cause confusion about what changes were included in the missing version. Consider using sequential versioning or documenting why 0.0.6 was skipped.

Suggested change
"version": "0.0.7",
"version": "0.0.6",

Copilot uses AI. Check for mistakes.
@ultmaster ultmaster enabled auto-merge (squash) July 25, 2025 10:14
@ultmaster ultmaster merged commit 0db0c1c into main Jul 25, 2025
3 checks passed
@ultmaster ultmaster deleted the bump-to-0.0.7 branch August 27, 2025 00:52
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