File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # FAQ
1
+ # FAQ
2
2
3
3
Please checkout [ the FAQ] ( https://github.com/TypeStrong/atom-typescript/blob/master/docs/faq.md ) before creating a new issue :rose :
4
4
@@ -48,7 +48,7 @@ Update the version used by Atom-TypeScript using `npm install ntypescript@latest
48
48
## Publishing
49
49
50
50
* If you have only fixed bugs in a backward-compatible way (or consider your changes very minimal), run ` apm publish patch ` .
51
- * If you have implemented new functionality, run ` apm publish minor ` .
51
+ * If you have implemented new functionality, run ` apm publish minor ` . (A TypeScript update should at least be minor).
52
52
* For breaking changes run ` apm publish major ` . These must be justified with a reason documented in ` changelog.md `
53
53
54
54
Additional Notes:
You can’t perform that action at this time.
0 commit comments