Skip to content

Commit

Permalink
XS⚠️ ◾ [Autogenerated] Release v1.5.11 (#464)
Browse files Browse the repository at this point in the history
Autogenerated release for PR Metrics v1.5.11. This includes the latest
dependency updates.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
muiriswoulfe and github-actions[bot] authored Feb 19, 2024
1 parent 08e26f9 commit 6cb9b16
Show file tree
Hide file tree
Showing 16 changed files with 680 additions and 563 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-phase-1-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,15 @@ jobs:
- name: npm – Update Transitive Dependencies
run: npm update

- name: npm – Build Package
run: npm run build:package

- name: Git – Add Changed Files
run: git add -A

- name: Git – Commit Changed Files
run: git commit -m "Updating dependencies"

- name: Git – Pull Changed Files
run: git pull

- name: Git – Push Changed Files
run: git push --set-upstream origin release/v${{ env.version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-phase-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
required: true
type: string
patch:
default: '11'
default: '12'
description: The patch element of the version number
required: true
type: string
Expand All @@ -38,6 +38,6 @@ jobs:
with:
major: ${{ inputs.major || 1 }}
minor: ${{ inputs.minor || 5 }}
patch: ${{ inputs.patch || 11 }}
patch: ${{ inputs.patch || 12 }}

...
2 changes: 1 addition & 1 deletion .github/workflows/support/release-trigger.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.10
1.5.11
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The default input values are expected to be appropriate for most builds.
Therefore, the following YAML definition is recommended:

```YAML
uses: microsoft/[email protected].10
uses: microsoft/[email protected].11
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -123,7 +123,7 @@ continue-on-error: true
If you wish to modify the inputs, YAML akin the to the following can be used:

```YAML
uses: microsoft/[email protected].10
uses: microsoft/[email protected].11
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
16 changes: 8 additions & 8 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/resjson.json",
"loc.description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"loc.description.comment": "The description of the task.",
"loc.friendlyName": "PR Metrics v1.5.10",
"loc.friendlyName": "PR Metrics v1.5.11",
"loc.friendlyName.comment": "The name of the task.",
"loc.helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
"loc.helpMarkDown.comment": "The Markdown-formatted help text of the task.",
Expand Down
Loading

0 comments on commit 6cb9b16

Please sign in to comment.