This commit is contained in:
Martin Šošić 2022-09-08 15:28:24 +02:00 committed by GitHub
parent 99487ff2f7
commit 65648f7bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,7 +368,7 @@ If it happens just once every so it is probably nothing to worry about. If it ha
#### Determining next version
waspc is following typical SemVer versioning scheme, so major.minor.patch.
There is one a bit peculiar thing though: waspc, besides being a wasp compiler and CLI, also contains wasp language server (waspls) inside it, under the subcommand.
There is one slightly peculiar thing though: waspc, besides being a wasp compiler and CLI, also contains wasp language server (waspls) inside it, under the subcommand `wasp waspls`.
So how do changes to waspls affect the version of waspc, since they are packaged together as one exe? We have decided, for practical reasons, to have them affect the patch number, possibly maybe minor, but not major.
## Documentation