File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
- [ ] ` $ npm version ` has been run.
4
4
- [ ] Release notes in [ draft GitHub release] ( https://github.com/markedjs/marked/releases ) are up to date
5
5
- [ ] Release notes include which flavors and versions of Markdown are supported by this release
6
- - [ ] Reviewer checklist is complete.
6
+ - [ ] Committer checklist is complete.
7
7
- [ ] Merge PR.
8
8
- [ ] Publish GitHub release using ` master ` with correct version number.
9
9
- [ ] ` $ npm publish ` has been run.
@@ -19,9 +19,7 @@ Note: If merges to `master` occur after submitting this PR and before running `$
19
19
20
20
In most cases, this should be someone different than the publisher.
21
21
22
- - [ ] Version in ` package.json ` has been updated (see [ RELEASE .md] ( https://github.com/markedjs/marked/blob/master/docs/RELEASE .md ) ).
22
+ - [ ] Version in ` package.json ` has been updated (see [ PUBLISHING .md] ( https://github.com/markedjs/marked/blob/master/docs/PUBLISHING .md ) ).
23
23
- [ ] The ` marked.min.js ` has been updated; or,
24
24
- [ ] release does not change library.
25
- - [ ] cm_autolinks is the only failing test (remove once CI is in place and all tests pass).
26
- - [ ] All lint checks pass (remove once CI is in place).
27
25
- [ ] CI is green (no forced merge required).
You can’t perform that action at this time.
0 commit comments