Skip to content

Commit

Permalink
Update README.md [ci skip]
Browse files Browse the repository at this point in the history
Travis -> Github actions, typos
  • Loading branch information
jindrapetrik authored Nov 5, 2023
1 parent 0c84124 commit 03bf7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down

0 comments on commit 03bf7ce

Please sign in to comment.