-
Notifications
You must be signed in to change notification settings - Fork 15
XS✔ ◾ [Autogenerated] Release v1.7.6 #633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…internal actions for release phases
…eintroduce runner hardening and checkout steps
…uration in release-phase-1-internal.yml
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
| @@ -1,8 +1,8 @@ | |||
| { | |||
| "$schema": "https://json.schemastore.org/resjson.json", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❗ This file doesn't require review.
| @@ -1,19 +1,19 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❗ This file doesn't require review.
There was a problem hiding this 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 PR Metrics from version 1.7.4 to 1.7.6, updating version numbers across all configuration files and dependencies. The release includes dependency updates and restructures the release workflow into phases.
- Updates version from 1.7.4 to 1.7.6 across all configuration files
- Updates dependencies including axios, TypeScript ESLint, and other dev dependencies
- Restructures release workflow from single-phase to multi-phase approach
Reviewed Changes
Copilot reviewed 19 out of 22 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/vss-extension.json | Updates extension version to 1.7.6 |
| src/task/task.json | Updates task version and friendly name to 1.7.6 |
| src/task/task.loc.json | Updates localization task version to 1.7.6 |
| src/task/tests/repos/gitHubReposInvoker.spec.ts | Updates expected user agent string to v1.7.6 |
| src/task/src/repos/gitHubReposInvoker.ts | Updates user agent string to v1.7.6 |
| src/task/Strings/resources.resjson/en-US/resources.resjson | Updates localized friendly name to v1.7.6 |
| package.json | Updates package version and dependencies, removes test:fast and update:package scripts |
| README.md | Updates usage examples to reference v1.7.6 |
| .github/workflows/support/release-trigger.txt | Removes old trigger file |
| .github/workflows/support/release-phase-3-trigger.txt | Adds new phase 3 trigger file |
| .github/workflows/support/release-phase-2-trigger.txt | Adds new phase 2 trigger file |
| .github/workflows/support/release-phase-2-comment.md | Updates release instructions for new workflow |
| .github/workflows/release-phase-3.yml | Adds new phase 3 release workflow |
| .github/workflows/release-phase-2.yml | Restructures phase 2 release workflow |
| .github/workflows/release-phase-1.yml | Updates patch version for next release |
| .github/workflows/release-phase-1-internal.yml | Refactors release workflow to use composite actions |
| .github/actions/release-phase-1-internal/action.yml | Adds new composite action for release phase 1 |
| .github/actions/git-setup-and-push/action.yml | Adds new composite action for git operations |
| .editorconfig | Updates file pattern for release trigger files |
| "mocha": "11.7.1", | ||
| "ncp": "2.0.0", | ||
| "npm-check-updates": "18.0.1", | ||
| "npm-check-updates": "^18.0.2", |
Copilot
AI
Jul 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The caret (^) prefix for npm-check-updates version is inconsistent with other dependencies that use exact versions. Consider using exact version "18.0.2" to maintain consistency.
| "npm-check-updates": "^18.0.2", | |
| "npm-check-updates": "18.0.2", |
| @@ -0,0 +1 @@ | |||
| 1.7.5 No newline at end of file | |||
Copilot
AI
Jul 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version in release-phase-3-trigger.txt is 1.7.5, but this PR is for version 1.7.6. This inconsistency could cause the wrong version to be released in phase 3.
| 1.7.5 | |
| 1.7.6 |
Autogenerated release for PR Metrics v1.7.6. This includes the latest dependency updates.