mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 15:32:15 +00:00
Update README.md [ci skip]
Travis -> Github actions, typos
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user