Skip to content

Commit ec23ba8

Browse files
XS⚠️ ◾ [Autogenerated] Release v1.6.4 (#565)
Autogenerated release for PR Metrics v1.6.4. This includes the latest dependency updates. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6647650 commit ec23ba8

File tree

16 files changed

+1929
-1982
lines changed

16 files changed

+1929
-1982
lines changed

.github/workflows/release-phase-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
major: 1
2323
minor: 6
24-
patch: 4
24+
patch: 5

.github/workflows/support/release-phase-1-comment.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ Before completing this PR, the license information **must** be updated.
77
1. Wait for the entire PR build to complete.
88
1. Use the internal Microsoft Component Governance tooling to update [`src/LICENSE.txt`][licensetxt] with the automatically generated license information.
99

10-
1. At the top of the page, click `main` and select "Edit tracked branches".
11-
1. Click the wrench icon to right of `refs/pull/PR_ID/merge` where `PR_ID` is the PR number.
12-
1. In the flyout, select "Track this branch". Ensure the "PR Metrics – PR" pipeline is selected. Click "Submit".
13-
1. At the top of the page, click `microsoft/PR-Metrics` to navigate back to the original page.
14-
1. Change the `main` branch to `refs/pull/PR_ID/merge` where `PR_ID` is the PR number. **It is very important that this is selected correctly or the wrong license information will be generated.**
15-
1. Use Notice > Configure to ensure that only the `dependencies` from [`package.json`][packagejson] are included and that the `devDependencies` are excluded.
16-
1. Use Notice > Download to generate the file. Select Pipeline "PR" and Format "Plain Text". Click "Download".
10+
1. Switch to the Components tab.
11+
1. At the top of the page, click `main` and select `refs/pull/PR_ID/merge` where `PR_ID` is the PR number. **It is vital that this is selected correctly or the wrong license information will be generated.**
12+
1. Use Notice > Download to generate the file. Select Pipeline "PR Metrics – Prod (Validation)" and Format "Plain Text". Click "Download".
1713
1. Add the downloaded content to the end of [`src/LICENSE.txt`][licensetxt]. Note that the ordering of licenses may change.
1814
1. If the download dialog includes any notice indicating that license information could not be located at [Clearly Defined][clearlydefined], you will need to add the information to that source. To do this, expand the drop down menu in the dialog to reveal the problematic dependencies. For each dependency:
1915

@@ -32,4 +28,3 @@ Before completing this PR, the license information **must** be updated.
3228
[clearlydefined]: https://clearlydefined.io/
3329
[clearlydefinedharvest]: https://clearlydefined.io/harvest
3430
[licensetxt]: https://github.com/microsoft/PR-Metrics/blob/main/src/LICENSE.txt
35-
[packagejson]: https://github.com/microsoft/PR-Metrics/blob/main/package.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.3
1+
1.6.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The default input values are expected to be appropriate for most builds.
113113
Therefore, the following YAML definition is recommended:
114114

115115
```YAML
116-
uses: microsoft/PR-Metrics@v1.6.3
116+
uses: microsoft/PR-Metrics@v1.6.4
117117
name: PR Metrics
118118
env:
119119
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -123,7 +123,7 @@ continue-on-error: true
123123
If you wish to modify the inputs, YAML akin the to the following can be used:
124124

125125
```YAML
126-
uses: microsoft/PR-Metrics@v1.6.3
126+
uses: microsoft/PR-Metrics@v1.6.4
127127
name: PR Metrics
128128
env:
129129
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dist/index.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/resjson.json",
33
"loc.description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
44
"loc.description.comment": "The description of the task.",
5-
"loc.friendlyName": "PR Metrics v1.6.3",
5+
"loc.friendlyName": "PR Metrics v1.6.4",
66
"loc.friendlyName.comment": "The name of the task.",
77
"loc.helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
88
"loc.helpMarkDown.comment": "The Markdown-formatted help text of the task.",

0 commit comments

Comments
 (0)