WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3c4e3dc

Browse files
authored
Merge pull request #1016 from actions/dra-release
4.8.2 release
2 parents ebabd31 + 02930b2 commit 3c4e3dc

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We have begun using a [Stalebot action](https://github.com/actions/stale) to hel
2929

3030
## Development lifecycle
3131

32-
Ready to contribute to `dependency-review-action`? Here is some information to help you get started.
32+
Ready to contribute to `dependency-review-action`? Here is some information to help you get started.
3333

3434
### High level overview of the action
3535

@@ -87,8 +87,9 @@ _Note_: We don't have a very comprehensive test suite, so any contributions to t
8787

8888
1. Create a new branch: `git checkout -b my-branch-name`
8989
2. Make your change, add tests, and make sure the tests still pass
90-
3. Make sure to build and package before pushing: `npm run build && npm run package`
91-
4. Push to your fork and [submit a pull request][pr]
90+
3. Push to your fork and [submit a pull request][pr]
91+
92+
(note: we don't recommend including changes to the `dist` directory in your pull request, because changes there have an increased likelihood of conflicts.)
9293

9394
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
9495

@@ -106,6 +107,7 @@ Here are a few things you can do that will increase the likelihood of your pull
106107
_Note: these instructions are for maintainers_
107108

108109
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.
110+
1. Update the dist files by running `npm run build` and `npm run package`
109111
1. Go to [Draft a new
110112
release](https://github.com/actions/dependency-review-action/releases/new)
111113
in the Releases page.
@@ -137,8 +139,8 @@ To do this just checkout `main`, force-create a new annotated tag, and push it:
137139
git tag -fa v4 -m "Updating v4 to 4.0.1"
138140
git push origin v4 --force
139141
```
140-
</details>
141142

143+
</details>
142144

143145
## Resources
144146

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dependency-review-action",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"private": true,
55
"description": "A GitHub Action for Dependency Review",
66
"main": "lib/main.js",
@@ -63,4 +63,4 @@
6363
"cross-spawn": ">=7.0.5",
6464
"@octokit/[email protected]": "5.1.1"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)