Removed the command 'run-script' and added the command 'shell', and updated the docs and README

This commit is contained in:
W13R 2022-04-18 17:00:12 +02:00
parent a9c5ec34fc
commit aa85ac5ffc
5 changed files with 38 additions and 44 deletions

View file

@ -40,7 +40,5 @@ The releases are versioned after the following scheme:
`MAJOR`.`MINOR`
- `MAJOR`: will include changes
-> may be incompatible with the previous version
- `MINOR`: will only include bugfixes and smaller changes
-> may not be incompatible with the previous version
- `MAJOR`: may include **breaking changes** and/or significant new features
- `MINOR`: will only include bugfixes and smaller, **non-breaking changes**