From 95b6fa4e6b4bea7fe350fea69ef04dc294efad1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Holgu=C3=ADn?= Date: Thu, 25 Apr 2024 22:41:44 +0000 Subject: [PATCH 1/3] Update version to 4.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c6042573..51618d87e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependency-review-action", - "version": "4.2.5", + "version": "4.3.0", "private": true, "description": "A GitHub Action for Dependency Review", "main": "lib/main.js", From 5ab7b741463da38f8439ab0c1e09503585d509f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Holgu=C3=ADn?= Date: Fri, 26 Apr 2024 17:11:46 +0000 Subject: [PATCH 2/3] Update package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95bcee71f..9504b0051 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dependency-review-action", - "version": "4.2.5", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dependency-review-action", - "version": "4.2.5", + "version": "4.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", From 28facf5722de7a810b2aa4fd043bb7d1c7045ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Holgu=C3=ADn?= Date: Fri, 26 Apr 2024 17:11:57 +0000 Subject: [PATCH 3/3] Update release instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ddc490f3..77328a04e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,7 @@ Here are a few things you can do that will increase the likelihood of your pull ## Cutting a new release -1. Update the version number in [package.json](https://github.com/actions/dependency-review-action/blob/main/package.json). +1. Update the version number in [package.json](https://github.com/actions/dependency-review-action/blob/main/package.json) and run `npm i` to update the lockfile. 1. Go to [Draft a new release](https://github.com/actions/dependency-review-action/releases/new) in the Releases page.