From 119546095fbb8a85d672322f75677a63f0c50ca0 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Wed, 24 Feb 2021 09:32:32 +0000 Subject: [PATCH 1/2] Bumping version to 1.1.5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1b87bcd..314c3d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 \ No newline at end of file +1.1.5 \ No newline at end of file From 7e3209cc9920eb12627f77ecd87c1cfe0bd1c85e Mon Sep 17 00:00:00 2001 From: Ben Green Date: Wed, 24 Feb 2021 09:32:38 +0000 Subject: [PATCH 2/2] Updating to use new build definitions --- .github/workflows/{build_5_6-dev.yml => dev-5_6.yml} | 12 +++++++++--- .../{build_5_6-main.yml => publish-5_6.yml} | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) rename .github/workflows/{build_5_6-dev.yml => dev-5_6.yml} (87%) rename .github/workflows/{build_5_6-main.yml => publish-5_6.yml} (95%) diff --git a/.github/workflows/build_5_6-dev.yml b/.github/workflows/dev-5_6.yml similarity index 87% rename from .github/workflows/build_5_6-dev.yml rename to .github/workflows/dev-5_6.yml index bcac206..f859134 100644 --- a/.github/workflows/build_5_6-dev.yml +++ b/.github/workflows/dev-5_6.yml @@ -1,4 +1,4 @@ -name: 5.6-dev +name: dev-5_6 on: push: @@ -7,13 +7,19 @@ on: tags-ignore: - '**' paths: - - '.github/workflows/build_5_6-dev.yml' + - '.github/workflows/dev-5_6.yml' - '5.6/**' - 'overlay/**' - 'VERSION' jobs: - build: + test-5_6: + runs-on: ubuntu-latest + steps: + - + name: Checkout code + uses: actions/checkout@v2 + build-5_6: runs-on: ubuntu-latest steps: - diff --git a/.github/workflows/build_5_6-main.yml b/.github/workflows/publish-5_6.yml similarity index 95% rename from .github/workflows/build_5_6-main.yml rename to .github/workflows/publish-5_6.yml index 7d7d11e..ab7170b 100644 --- a/.github/workflows/build_5_6-main.yml +++ b/.github/workflows/publish-5_6.yml @@ -1,4 +1,4 @@ -name: 5.6-main +name: publish-5_6 on: push: @@ -7,13 +7,13 @@ on: tags-ignore: - '**' paths: - - '.github/workflows/build_5_6-main.yml' + - '.github/workflows/publish-5_6.yml' - '5.6/**' - 'overlay/**' - 'VERSION' jobs: - build: + publish-5_6: runs-on: ubuntu-latest steps: -