Commit 471a5d8
doc: add note re term-size commit on top of npm
Until npm updates update-notifier to a newer version, the dependency
tree will contain a version of term-size that has an unsigned macOS
binary. This will fail .pkg notarization and will result in failed
release builds. We built and signed a term-size and contributed it back
to the project for this purpose, but the dependency chain is long enough
that it's not likely to be included in a new npm very quickly.
Until it is, we need to cherry-pick commit d2f08a1 ontop of any npm
updates to master and any other release branch that includes
notarization.
PR-URL: #32403
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>1 parent 99f260f commit 471a5d8Copy full SHA for 471a5d8
File tree
Expand file treeCollapse file tree
1 file changed
+18
-1
lines changedOpen diff view settings
Filter options
- doc/guides
Expand file treeCollapse file tree
1 file changed
+18
-1
lines changedOpen diff view settings
Collapse file
doc/guides/maintaining-npm.md
Copy file name to clipboardExpand all lines: doc/guides/maintaining-npm.md+18-1Lines changed: 18 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
74 | 74 | |
75 | 75 | |
76 | 76 | |
77 | | - |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
78 | 95 | |
79 | 96 | |
80 | 97 | |
|
0 commit comments