From 2fc6de011978eac7165433471dceaab10fb7bbe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 06:01:27 +0000 Subject: [PATCH 1/4] Bump Cake.Recipe from 2.2.0 to 2.2.1 Bumps [Cake.Recipe](https://github.com/cake-contrib/Cake.Recipe) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/cake-contrib/Cake.Recipe/releases) - [Changelog](https://github.com/cake-contrib/Cake.Recipe/blob/develop/GitReleaseManager.yaml) - [Commits](https://github.com/cake-contrib/Cake.Recipe/compare/2.2.0...2.2.1) --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index afeef96d..863bfc3b 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Cake.Recipe&version=2.2.0 +#load nuget:?package=Cake.Recipe&version=2.2.1 Environment.SetVariableNames(); From 4f48e7e9671a73704cceb072c893e0a7f75aa548 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 16 Mar 2021 22:08:13 +0100 Subject: [PATCH 2/4] (GH-59) updated gh actions to current best practices --- .github/workflows/build.yml | 13 ++++++++++--- .github/workflows/codeql-analysis.yml | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e24a1059..1ecf8d0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,14 @@ name: Build on: push: + branches: + - main + - develop + - "feature/**" + - "release/**" + - "hotfix/**" + tags: + - "*" paths-ignore: - "README.md" pull_request: @@ -9,10 +17,9 @@ on: jobs: build: runs-on: ${{ matrix.os }} - if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [ windows-2019, ubuntu-18.04, macos-10.15 ] steps: - name: Checkout the repository @@ -48,7 +55,7 @@ jobs: - name: Upload Packages uses: actions/upload-artifact@v2 - if: matrix.os == 'windows-latest' + if: runner.os == 'Windows' with: if-no-files-found: warn name: package diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index afda8adb..7e97d36e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,7 +11,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: fail-fast: false @@ -32,7 +32,7 @@ jobs: with: languages: ${{ matrix.language }} - - run: ./build.ps1 + - run: ./build.ps1 --target=DotNetCore-Build shell: pwsh - name: Perform CodeQL Analysis From 893dda838535110ceffc1935e5daad0a02357c83 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 16 Mar 2021 22:13:03 +0100 Subject: [PATCH 3/4] (GH-57) updated tags --- src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj b/src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj index f787b621..e2eb6f1d 100644 --- a/src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj +++ b/src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj @@ -17,7 +17,7 @@ This Cake module will introduce a number of features for running in hosted CI build environments to tightly integrate with the host environment/tools. MIT https://github.com/cake-contrib/Cake.BuildSystems.Module/ - cake, build, ci, tfs, azure devops, azure devops server, myget, teamcity, travisci + cake;build;script;cake-build;module;cake-contrib;cake-module;ci;tfs;azure-devops;azure-devops-server;myget;teamcity;travisci https://github.com/cake-contrib/Cake.BuildSystems.Module.git git https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png From 171a6e2bb8b75d59c2b5b8bafcaaa67cbedad87f Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 16 Mar 2021 22:31:51 +0100 Subject: [PATCH 4/4] (GH-58) updated GRM config --- GitReleaseManager.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/GitReleaseManager.yaml b/GitReleaseManager.yaml index 3f5654f2..9c681f41 100644 --- a/GitReleaseManager.yaml +++ b/GitReleaseManager.yaml @@ -8,6 +8,9 @@ create: with `#module nuget:?package=Cake.BuildSystems.Module&version={milestone}`. footer-includes-milestone: true milestone-replace-text: "{milestone}" + include-sha-section: true + sha-section-heading: "SHA256 Hashes of the release artifacts" + sha-section-line-format: "- `{1}\t{0}`" export: include-created-date-in-title: true created-date-string-format: yyyy-MM-dd @@ -32,3 +35,11 @@ issue-labels-alias: - name: security header: Security plural: Security +close: + use-issue-comments: true + issue-comment: |- + :tada: This issue has been resolved in version {milestone} :tada: + The release is available on: + - [GitHub Release](https://github.com/{owner}/{repository}/releases/tag/{milestone}) + - [NuGet Package](https://www.nuget.org/packages/Cake.BuildSystems.Module/{milestone}) + Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket: