Skip to content

Commit d5257b9

Browse files
committed
Automatically generating release notes
1 parent f48e9dd commit d5257b9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ jobs:
9898

9999
- name: Publish GitHub Release
100100
if: ${{ matrix.Configuration == 'Release' && github.event.inputs.release == 'true' }}
101-
uses: softprops/action-gh-release@v1
101+
uses: softprops/action-gh-release@v2.0.8
102102
with:
103103
name: v${{ env.VERSION }}
104+
tag_name: v${{ env.VERSION }}
105+
generate_release_notes: true
104106
draft: true
105107
prerelease: false
106108
fail_on_unmatched_files: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ It works with C# csproj and native C++ vcxproj Visual Studio project files.
88

99
## Getting started
1010

11-
1. Install the extension
12-
2. Right-click on `packages.config` and select `Migrate packages.config to PackageReferences...`.
11+
1. Download and install the extension.
12+
2. Right-click on `packages.config` and select `Migrate packages.config to PackageReferences...`.
1313

1414
![Preview](Preview.png)
1515

0 commit comments

Comments
 (0)