From 4de6f90107fbdbe3909c39afade2a74ffbe8dda8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:14:58 -0400 Subject: [PATCH] spelling: github Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3ea1c5ae..e694d73d0 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,11 @@ All notable changes are listed in the file [CHANGELOG.md](CHANGELOG.md) ## Deployment ### Nightly builds -When a commit is pushed/merged into `dev` branch, a new prerelease version is created automatically by Github actions CI. +When a commit is pushed/merged into `dev` branch, a new prerelease version is created automatically by GitHub actions CI. 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 Github Actions 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