From 138f378d76f49f8b0de5420296dd98edb02ab1f9 Mon Sep 17 00:00:00 2001 From: Aditya Narayan <57411194+adityanarayanp@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:48:45 +0530 Subject: [PATCH 1/7] Update GitVersion.yml --- GitVersion.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 8356648f..641d9539 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,4 @@ mode: Mainline -next-version: 3.1.0 branches: master: regex: ^master$|^main$ From e4837a3d6638d8ca08564dc307277934c8d4d90d Mon Sep 17 00:00:00 2001 From: Aditya Narayan <57411194+adityanarayanp@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:12:21 +0530 Subject: [PATCH 2/7] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index aaf1613d..642ee265 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Version uses: gittools/actions/gitversion/setup@v0.10.2 with: - versionSpec: '5.5.0' + versionSpec: '5.0.1' env: ACTIONS_ALLOW_UNSECURE_COMMANDS: TRUE From 4832b7d2d49d08a5864cfa4e5d2899a4c3b21ff4 Mon Sep 17 00:00:00 2001 From: Aditya Narayan <57411194+adityanarayanp@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:36:27 +0530 Subject: [PATCH 3/7] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 642ee265..a7cbdc8f 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Version uses: gittools/actions/gitversion/setup@v0.10.2 with: - versionSpec: '5.0.1' + versionSpec: '5.12.0' env: ACTIONS_ALLOW_UNSECURE_COMMANDS: TRUE From 0a84ad45483fd4f089957f4247e048ae7255033e Mon Sep 17 00:00:00 2001 From: Aditya Narayan <57411194+adityanarayanp@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:42:43 +0530 Subject: [PATCH 4/7] Update GitVersion.yml --- GitVersion.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 641d9539..52198e1c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -2,5 +2,5 @@ mode: Mainline branches: master: regex: ^master$|^main$ -ignore: - sha: [408943429d1788227ad19ef6434d1fb44257263c, 51eaa765411149f8411676ed421b6274b38aeb4b] + ignore: + sha: [408943429d1788227ad19ef6434d1fb44257263c, 51eaa765411149f8411676ed421b6274b38aeb4b,d0aa8cbdab2a03b0cb34eda9022e8ffd87655260] From a793cc1b37641ccabbdb3c832f97c0e1b4cdfe95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karthika=20Geethanand=20=20=C2=AF=5C=5F=28=E3=83=84=29=5F/?= =?UTF-8?q?=C2=AF?= <40568919+karthika-g@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:40:55 +0530 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8884cb2b..f93b7264 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This tool has been logically split into 3 different executables that enable it # SEPP Integration with Continuous Clearing Tool -The Continuous Clearing Tool incorporates SEPP tool functionalities, seamlessly integrated into the [Artifactory uploader](https://github.com/siemens/continuous-clearing/blob/main/doc/usagedocimg/artifactoryuploader.PNG). +The Continuous Clearing Tool incorporates SEPP tool functionalities, seamlessly integrated into the Artifactory uploader. This integration ensures - Software License Clearing is done. - No pre-release versions of re-use components are used. From d27c84d547b364f47bc1fda232c0aa7b35da02a1 Mon Sep 17 00:00:00 2001 From: Aditya Narayan <57411194+adityanarayanp@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:37:25 +0530 Subject: [PATCH 6/7] Update GitVersion.yml --- GitVersion.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 52198e1c..88b14c37 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -2,5 +2,5 @@ mode: Mainline branches: master: regex: ^master$|^main$ - ignore: - sha: [408943429d1788227ad19ef6434d1fb44257263c, 51eaa765411149f8411676ed421b6274b38aeb4b,d0aa8cbdab2a03b0cb34eda9022e8ffd87655260] +ignore: + sha: [408943429d1788227ad19ef6434d1fb44257263c, 51eaa765411149f8411676ed421b6274b38aeb4b,d0aa8cbdab2a03b0cb34eda9022e8ffd87655260] From 5ad9359448626eccf52cbe68f2bd076c8c4bb12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karthika=20Geethanand=20=20=C2=AF=5C=5F=28=E3=83=84=29=5F/?= =?UTF-8?q?=C2=AF?= <40568919+karthika-g@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:51:39 +0530 Subject: [PATCH 7/7] Update compile.yml --- .github/workflows/compile.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index a7cbdc8f..07a109bd 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -39,7 +39,8 @@ jobs: env: ACTIONS_ALLOW_UNSECURE_COMMANDS: TRUE - - name: get SemVer + - name: get SemVer + if: ${{ false }} # disable for now id: gitversion run: | echo "SemVer: v$($env:GitVersion_SemVer)" @@ -94,7 +95,7 @@ jobs: $sourceFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "*" $outFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "continuous-clearing" New-Item -ItemType Directory -Force -Path $outFolder - $fileName = "continuous-clearing-v$($env:GitVersion_MajorMinorPatch).zip" + $fileName = "continuous-clearing-v6.0.1.zip" Write-Host "Filename: '$fileName'" Write-Host "sourceFolder: '$sourceFolder'" Write-Host "Outfolder: '$outFolder'" @@ -138,8 +139,8 @@ jobs: - name: Create Nuget Packages id: createNupkg run: | - nuget pack CA.nuspec -Version $($env:GitVersion_MajorMinorPatch) - Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.$($env:GitVersion_MajorMinorPatch).nupkg" + nuget pack CA.nuspec -Version 6.0.1 + Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.6.0.1.nupkg" - name: Archive NuGet Packages uses: actions/upload-artifact@v2 @@ -152,9 +153,9 @@ jobs: id: builddocker #if: ${{ false }} # disable for now run: | - docker build . --file Dockerfile --tag ${{ github.repository }}:continuous-clearing-v$($env:GitVersion_MajorMinorPatch) - docker save ${{ github.repository }}:continuous-clearing-v$($env:GitVersion_MajorMinorPatch) -o continuous-clearing-v$($env:GitVersion_MajorMinorPatch).tar - Write-Host "::set-output name=docker-LicenseClearingTool::continuous-clearing-v$($env:GitVersion_MajorMinorPatch).tar" + docker build . --file Dockerfile --tag ${{ github.repository }}:continuous-clearing-v6.0.1 + docker save ${{ github.repository }}:continuous-clearing-v6.0.1 -o continuous-clearing-v6.0.1.tar + Write-Host "::set-output name=docker-LicenseClearingTool::continuous-clearing-v6.0.1.tar" - name: Archive docker image #if: ${{ false }} # disable for now @@ -195,8 +196,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v${{ needs.build.outputs.semver }} - release_name: Release v${{ needs.build.outputs.semver }} + tag_name: v6.0.1 + release_name: Release v6.0.1 body: | ${{ github.event.head_commit.message }} draft: true