-
Notifications
You must be signed in to change notification settings - Fork 15
XS✔ ◾ Release v1.7.5 #630
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
XS✔ ◾ Release v1.7.5 #630
Conversation
Required License UpdateBefore completing this PR, the license information must be updated.
|
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 is an autogenerated release PR that bumps the version from v1.7.4 to v1.7.5 across the codebase. The PR updates version references in configuration files, user-facing strings, and documentation to maintain consistency for the new release.
- Version number updated from 1.7.4 to 1.7.5 across all configuration and documentation files
- Test expectations updated to reflect the new version string
- Release workflow improvements including git configuration and dependency update process enhancements
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/vss-extension.json | Updates extension version to 1.7.5 |
| src/task/tests/repos/gitHubReposInvoker.spec.ts | Updates expected user agent string test to v1.7.5 |
| src/task/task.loc.json | Updates patch version to 5 in localization config |
| src/task/task.json | Updates friendly name and patch version to 1.7.5 |
| src/task/src/repos/gitHubReposInvoker.ts | Updates user agent string to v1.7.5 |
| src/task/Strings/resources.resjson/en-US/resources.resjson | Updates friendly name in resource strings |
| package.json | Updates package version and removes unused script |
| README.md | Updates GitHub Action version references in documentation |
| .github/workflows/support/release-trigger.txt | Updates release trigger version |
| .github/workflows/release-phase-1.yml | Increments next patch version to 6 |
| .github/workflows/release-phase-1-internal.yml | Improves release workflow with better git configuration and dependency management |
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
…eintroduce runner hardening and checkout steps
…uration in release-phase-1-internal.yml
…endencies for eslint and typedoc
Autogenerated release for PR Metrics v1.7.5. This includes the latest dependency updates.
It also introduces significant updates to the workflows of the project, focusing on automating release phases. The most impactful changes include the addition of new workflows for release phases and the introduction of a reusable Git setup and push action.
Workflow Enhancements:
.github/workflows/git-setup-and-push.yml: Added a reusable Git setup and push workflow to streamline branch creation, file commits, and pushes. This is now used in multiple release workflows..github/workflows/release-phase-3.yml: Introduced a new workflow for Phase 3 of the release process, including tasks for building and publishing the release artifact.Release Phase Updates:
.github/workflows/release-phase-1-internal.yml: Replaced manual Git operations with the new reusable Git setup and push action. Updated file paths and token references for better organization. [1] [2].github/workflows/release-phase-2.yml: Updated file paths and added steps for updating the license and triggering the next phase. Integrated the reusable Git setup and push action.