| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 313ef6f commit 15d1f67
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,10 +8,8 @@ matrix: | |||
| 8 | 8 | include: | |
| 9 | 9 | - name: "Linter" | |
| 10 | 10 | node_js: "latest" | |
| 11 | - env: | ||
| 11 | + env: | ||
| 12 | 12 | - NODE=$(which node) | |
| 13 | - install: | ||
| 14 | - - make lint-md-build | ||
| 15 | 13 | script: | |
| 16 | 14 | - make lint | |
| 17 | 15 | - name: "Test Suite" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -269,8 +269,8 @@ Merge your release proposal branch into the stable branch that you are releasing | |||
| 269 | 269 | ||
| 270 | 270 | Cherry-pick the release commit to `master`. After cherry-picking, edit `src/node_version.h` to ensure the version macros contain whatever values were previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`. | |
| 271 | 271 | ||
| 272 | - Run `make lint-md-build; make lint` before pushing to `master`, to make sure the | ||
| 273 | - Changelog formatting passes the lint rules on `master`. | ||
| 272 | + Run `make lint` before pushing to `master`, to make sure the Changelog | ||
| 273 | + formatting passes the lint rules on `master`. | ||
| 274 | 274 | ||
| 275 | 275 | ### 12. Promote and Sign the Release Builds | |
| 276 | 276 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments