Skip to content

Commit 73ea855

Browse files
GLStephensmenzer
authored andcommitted
Add Release Drafter Instructions to PR_REVIEW.md (prebid#6085)
* Add Release Drafter Instructions to PR_REVIEW.md * Add Prettier Formatting Makes keywords more distinct. Co-authored-by: Scott Menzer <[email protected]> Co-authored-by: Scott Menzer <[email protected]>
1 parent 8845321 commit 73ea855

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

PR_REVIEW.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ For modules and core platform updates, the initial reviewer should request an ad
1818
- If the change results in needing updates to docs (such as public API change, module interface etc), add a label for "needs docs" and inform the submitter they must submit a docs PR to update the appropriate area of Prebid.org **before the PR can merge**. Help them with finding where the docs are located on prebid.org if needed.
1919
- If all above is good, add a `LGTM` comment and, if the change is in PBS-core or is an important module like the prebidServerBidAdapter, request 1 additional core member to review.
2020
- Once there are 2 `LGTM` on the PR, merge to master
21-
- Add a line into the [draft release](https://github.com/prebid/Prebid.js/releases) notes for this submission. If no draft release is available, create one using [this template]( https://gist.github.com/mkendall07/c3af6f4691bed8a46738b3675cb5a479)
21+
- The [draft release](https://github.com/prebid/Prebid.js/releases) notes are managed by [release drafter](https://github.com/release-drafter/release-drafter). To get the PR added to the release notes do the steps below. A github action will use that information to build the release notes.
22+
- Adjust the PR Title to be appropriate for release notes
23+
- Add a label for `feature`, `maintenance`, `fix`, `bugfix` or `bug` to categorize the PR
24+
- Add a semver label of `major`, `minor` or `patch` to indicate the scope of change
2225

2326
### Reviewing a New or Updated Bid Adapter
2427
Documentation they're supposed to be following is https://docs.prebid.org/dev-docs/bidder-adaptor.html

0 commit comments

Comments
 (0)