Skip to content
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⚠️ ◾ [Autogenerated] Release v1.5.11 #464

Merged
merged 7 commits into from Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-phase-1-internal.yml
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
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
@@ -1 +1 @@
1.5.10
1.5.11
4 changes: 2 additions & 2 deletions README.md
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/PR-Metrics@v1.5.10
uses: microsoft/PR-Metrics@v1.5.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/PR-Metrics@v1.5.10
uses: microsoft/PR-Metrics@v1.5.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
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