File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,14 @@ We publish using `np`: https://npm.im/np
48
48
49
49
1 . Merge ` docs ` into ` main ` using a pull request, ensuring a consistent squash-merge
50
50
2 . Rebuild the README (see instructions above, necessary because npmjs.com renders the readme)
51
- 3 . Publish with ` np `
52
- 4 . Add changelog to the Github Release; match formatting from previous releases
53
- 5 . Move ` docs ` branch to head of ` main `
51
+ 3 . (optional) Update the api-extractor report; check for unexpected changes. See below
52
+ 4 . Publish with ` np `
53
+ 5 . Add changelog to the Github Release; match formatting from previous releases
54
+ 6 . Move ` docs ` branch to head of ` main `
54
55
- this rebuilds the website
55
56
- ` git push --force origin main:docs `
56
57
- avoids merge messiness due to earlier squash-merge from ` docs ` to ` main `
57
- 6 . If tsconfig schema has changed, send a pull request to schemastore. [ Example] ( https://github.com/SchemaStore/schemastore/pull/1208 )
58
+ 7 . If tsconfig schema has changed, send a pull request to schemastore. [ Example] ( https://github.com/SchemaStore/schemastore/pull/1208 )
58
59
59
60
## APIExtractor
60
61
You can’t perform that action at this time.
0 commit comments