Skip to content

Commit ba3a1a7

Browse files
committed
📝 minor
1 parent d242f53 commit ba3a1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FAQ
1+
# FAQ
22

33
Please checkout [the FAQ](https://github.com/TypeStrong/atom-typescript/blob/master/docs/faq.md) before creating a new issue :rose:
44

@@ -48,7 +48,7 @@ Update the version used by Atom-TypeScript using `npm install ntypescript@latest
4848
## Publishing
4949

5050
* 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).
5252
* For breaking changes run `apm publish major`. These must be justified with a reason documented in `changelog.md`
5353

5454
Additional Notes:

0 commit comments

Comments
 (0)