From 314b0e37113b2d52432b1872a6791255069287f1 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Mon, 10 Oct 2022 21:53:38 +0100 Subject: [PATCH 1/4] Adding release details --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6622fe9b..1d818f32 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,11 @@ Create a new ```elif``` entry in the ```Environment Variables``` stage of the ym Add an entry for the new Cubit version in the ```scripts/unix_share_build.sh``` file - [unix build sh](https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/scripts/unix_share_build.sh#L218) + +Create a pull request to the develop branch with these changes + +Wait for the CI to run tests on the new code and the pull requested to be approved + +Once the pull request is merged then create a release from the develop branch, this will lauch more CI that builds the plugins for various systems and versions. + +Update the links in the table at the top of the README.md to contain a link to the new plugin (which should now be attached to the release) From 75fed6104f16ab1ed14f5c951f72054d25af055e Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 12 Oct 2022 14:32:46 +0100 Subject: [PATCH 2/4] [skip ci] improved instructions for release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d818f32..363f6af0 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,10 @@ Add an entry for the new Cubit version in the ```scripts/unix_share_build.sh``` - [unix build sh](https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/scripts/unix_share_build.sh#L218) -Create a pull request to the develop branch with these changes +Create a pull request to the develop branch with these changes to the .github/workflows CI yml files Wait for the CI to run tests on the new code and the pull requested to be approved -Once the pull request is merged then create a release from the develop branch, this will lauch more CI that builds the plugins for various systems and versions. +Once the pull request is merged into develop then create a release from the develop branch, this will launch more CI that builds the plugins for various systems and versions. Update the links in the table at the top of the README.md to contain a link to the new plugin (which should now be attached to the release) From 01bcd17d0216377e7a4eb08951c3716c50a9179a Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 12 Oct 2022 14:36:46 +0100 Subject: [PATCH 3/4] combined readme editting step into PR --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 363f6af0..cb1170ee 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,10 @@ Create a new ```elif``` entry in the ```Environment Variables``` stage of the ym Add an entry for the new Cubit version in the ```scripts/unix_share_build.sh``` file - [unix build sh](https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/scripts/unix_share_build.sh#L218) +Add new links in the table at the top of the README.md to contain a link to the new plugin files (tgz or zip files). These files won't exist at this stage but the links can be anticipated in advance (see existing links for the URL pattern). -Create a pull request to the develop branch with these changes to the .github/workflows CI yml files +Create a pull request to the develop branch with these changes to the .github/workflows CI yml files and README.md Wait for the CI to run tests on the new code and the pull requested to be approved -Once the pull request is merged into develop then create a release from the develop branch, this will launch more CI that builds the plugins for various systems and versions. - -Update the links in the table at the top of the README.md to contain a link to the new plugin (which should now be attached to the release) +Once the pull request is merged into develop then create a release from the develop branch, this will launch more CI that builds the plugins for various systems and versions. The links added to the README.md should now allow the newly build plugin to be downloaded. From 6b94cfbce48b008acaddc734766c44e10296e520 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 12 Oct 2022 14:38:08 +0100 Subject: [PATCH 4/4] [skip ci] added spacing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb1170ee..b96aa499 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Create a new ```elif``` entry in the ```Environment Variables``` stage of the ym Add an entry for the new Cubit version in the ```scripts/unix_share_build.sh``` file - [unix build sh](https://github.com/svalinn/Cubit-plugin/blob/453a2903306a635dbaedb573521f96351a83ed6b/scripts/unix_share_build.sh#L218) + Add new links in the table at the top of the README.md to contain a link to the new plugin files (tgz or zip files). These files won't exist at this stage but the links can be anticipated in advance (see existing links for the URL pattern). Create a pull request to the develop branch with these changes to the .github/workflows CI yml files and README.md