From a760a961f27d65238042da00423e9753c8dbfd1d Mon Sep 17 00:00:00 2001 From: "Robert (Bob) Turner" <34244196+bobturneruk@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:46:32 +0000 Subject: [PATCH 1/4] docs: Explain Nextflow version numbers Signed-off-by: Robert (Bob) Turner <34244196+bobturneruk@users.noreply.github.com> --- docs/updating-nextflow.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/updating-nextflow.md b/docs/updating-nextflow.md index 5fbd9dc87a..dd9a8fee31 100644 --- a/docs/updating-nextflow.md +++ b/docs/updating-nextflow.md @@ -8,6 +8,8 @@ This page describes Nextflow release cadence, how to self-update Nextflow, and h A stable version of Nextflow is released in the 4th and 10th month of each year. A edge version of Nextflow is released on a monthly basis. The edge version can be used to access the latest updates and experimental features. +Versions are numbered `Year`.`Month`.`Patch` e.g. `23.10.1` would be a release in October 2023 at patch version `1` - the only number that expresses whether changes have been made is the patch version. + You can find an exhaustive list of releases and updates in the [Nextflow changelog](https://github.com/nextflow-io/nextflow/blob/master/changelog.txt). ## Self-update From 9026f19a0c0d31bf9f68b502669c3079c808641e Mon Sep 17 00:00:00 2001 From: Ben Sherman Date: Fri, 28 Feb 2025 09:58:21 -0600 Subject: [PATCH 2/4] minor edits Signed-off-by: Ben Sherman --- docs/updating-nextflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/updating-nextflow.md b/docs/updating-nextflow.md index dd9a8fee31..cf24b666fe 100644 --- a/docs/updating-nextflow.md +++ b/docs/updating-nextflow.md @@ -6,9 +6,9 @@ This page describes Nextflow release cadence, how to self-update Nextflow, and h ## Releases -A stable version of Nextflow is released in the 4th and 10th month of each year. A edge version of Nextflow is released on a monthly basis. The edge version can be used to access the latest updates and experimental features. +A stable version of Nextflow is released in the 4th and 10th month of each year. An edge version of Nextflow is released on a monthly basis. The edge version can be used to access the latest updates and experimental features. -Versions are numbered `Year`.`Month`.`Patch` e.g. `23.10.1` would be a release in October 2023 at patch version `1` - the only number that expresses whether changes have been made is the patch version. +Versions are numbered as `..`. For example, `23.10.1` corresponds to the first patch of the October 2023 stable release. You can find an exhaustive list of releases and updates in the [Nextflow changelog](https://github.com/nextflow-io/nextflow/blob/master/changelog.txt). From 0d752fc1754d4f433760a21abf7a7059c154ace0 Mon Sep 17 00:00:00 2001 From: "Robert (Bob) Turner" <34244196+bobturneruk@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:09:20 +0000 Subject: [PATCH 3/4] docs: Link Calendar Versioning Signed-off-by: Robert (Bob) Turner <34244196+bobturneruk@users.noreply.github.com> --- docs/updating-nextflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/updating-nextflow.md b/docs/updating-nextflow.md index cf24b666fe..2c51600846 100644 --- a/docs/updating-nextflow.md +++ b/docs/updating-nextflow.md @@ -8,7 +8,7 @@ This page describes Nextflow release cadence, how to self-update Nextflow, and h A stable version of Nextflow is released in the 4th and 10th month of each year. An edge version of Nextflow is released on a monthly basis. The edge version can be used to access the latest updates and experimental features. -Versions are numbered as `..`. For example, `23.10.1` corresponds to the first patch of the October 2023 stable release. +Nextflow adopts [Calendar Versioning](https://calver.org). Versions are numbered as `..`. For example, `23.10.1` corresponds to the first patch of the October 2023 stable release. You can find an exhaustive list of releases and updates in the [Nextflow changelog](https://github.com/nextflow-io/nextflow/blob/master/changelog.txt). From ab0328aad5043fc85490a00c1a12c22c01fee752 Mon Sep 17 00:00:00 2001 From: Ben Sherman Date: Mon, 3 Mar 2025 10:28:42 -0600 Subject: [PATCH 4/4] Update updating-nextflow.md Signed-off-by: Ben Sherman --- docs/updating-nextflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/updating-nextflow.md b/docs/updating-nextflow.md index 2c51600846..f483cd3a1d 100644 --- a/docs/updating-nextflow.md +++ b/docs/updating-nextflow.md @@ -8,7 +8,7 @@ This page describes Nextflow release cadence, how to self-update Nextflow, and h A stable version of Nextflow is released in the 4th and 10th month of each year. An edge version of Nextflow is released on a monthly basis. The edge version can be used to access the latest updates and experimental features. -Nextflow adopts [Calendar Versioning](https://calver.org). Versions are numbered as `..`. For example, `23.10.1` corresponds to the first patch of the October 2023 stable release. +Nextflow uses [Calendar Versioning](https://calver.org). Versions are numbered as `..`. For example, `23.10.1` corresponds to the first patch of the October 2023 stable release. You can find an exhaustive list of releases and updates in the [Nextflow changelog](https://github.com/nextflow-io/nextflow/blob/master/changelog.txt).