Update README.md [ci skip]

Travis -> Github actions, typos
This commit is contained in:
Jindra Petřík
2023-11-05 21:15:39 +01:00
committed by GitHub
parent 0c8412408d
commit 03bf7ce1ce

View File

@@ -87,7 +87,7 @@ When a commit is pushed/merged into `dev` branch, a new prerelease version is cr
These prerelease versions are called nightly builds. On releasing a new nightly build, the previous nightly build is removed.
### Stable versions
A new stable version is created automatically by the Travis CI when marking a revision in `master` branch with a tag in format `versionx.y.z`.
A new stable version is created automatically by the Github Actions CI when marking a revision in `master` branch with a tag in format `versionx.y.z`.
## Contributing
@@ -98,7 +98,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
Versions are in format `x.y.z`, for example `9.1.2`.
For the versions available, see the [tags on this repository](https://github.com/jindrapetrik/jpexs-decompiler/tags).
Nightly builds have additional suffix `_nightlyN` where `N` is number which increments with every (automatic) nightly releleas
Nightly builds have additional suffix `_nightlyN` where `N` is number which increments with every (automatic) nightly release
and does not depend on the `x.y.z` numbers. (This means nightly number is *NOT* reseted to 0 when releasing stable)
Older nightly builds are *NOT* available through git tags.