You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/release.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
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).
0 commit comments