Skip to content

Commit

Permalink
Merge pull request #751 from actions/juxtin/release
Browse files Browse the repository at this point in the history
Update version to 4.3.0 in preparation for release
  • Loading branch information
juxtin committed Apr 26, 2024
2 parents 2dba7fd + 28facf5 commit 0659a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 0659a74

Please sign in to comment.