From c483f89bfd919634aa0e1cbc8842e1c266d4c76e Mon Sep 17 00:00:00 2001
From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com>
Date: Sat, 17 May 2025 23:59:04 +0800
Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8?=
=?UTF-8?q?=E5=8F=91=E5=B8=83=20[skip=20cliff]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/release.yml | 8 +++++++-
CRSim/CRSim.csproj | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fd629d1..7e5ae42 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -79,9 +79,15 @@ jobs:
dotnet restore
dotnet build --configuration Release --no-restore
+ - name: Install git-cliff
+ shell: pwsh
+ run: |
+ Invoke-WebRequest -Uri "https://github.com/orhun/git-cliff/releases/download/v2.8.0/git-cliff-2.8.0-x86_64-pc-windows-msvc.zip" -OutFile "git-cliff.zip"
+ Expand-Archive -Path "git-cliff.zip" -DestinationPath "."
+ $env:Path += ";$PWD"
+
- name: Publish
run: |
- winget install git-cliff
./tool/generate-changelog.ps1
dotnet publish -c Release -o out
diff --git a/CRSim/CRSim.csproj b/CRSim/CRSim.csproj
index 258bb29..d5acfd3 100644
--- a/CRSim/CRSim.csproj
+++ b/CRSim/CRSim.csproj
@@ -9,7 +9,7 @@
13.0
CRSim.App
Assets\CRSimIcon.ico
- 2.2.1.1
+ 2.2.1.2