From d580c098ce35dc13ecde2f7c9fbe68bd52bbfd8a Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Thu, 13 Nov 2025 07:30:23 +0100 Subject: [PATCH] Release v0.3.0 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3f8b22..5a4a012 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ As the **very last job** in your workflow, add ```yml - name: Time reporter - uses: DeviesDevelopment/workflow-timer@v0.2.0 + uses: DeviesDevelopment/workflow-timer@v0.3.0 ``` Workflow-timer compares the current workflow run with the latest run on another @@ -52,7 +52,7 @@ specify what branch to compare with. ```yml - name: Time reporter - uses: DeviesDevelopment/workflow-timer@v0.2.0 + uses: DeviesDevelopment/workflow-timer@v0.3.0 with: compareBranch: 'your-branch-name' ``` @@ -64,7 +64,7 @@ comment is posted. ```yml - name: Time reporter - uses: DeviesDevelopment/workflow-timer@v0.2.0 + uses: DeviesDevelopment/workflow-timer@v0.3.0 with: percentageThreshold: 10 ``` diff --git a/package.json b/package.json index bb65b75..0a534c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "workflow-timer", "description": "Workflow-timer is a GitHub action that measures the duration of the workflow and compares it to the duration of historical runs.", - "version": "0.2.0", + "version": "0.3.0", "author": "", "type": "module", "license": "MIT",