Skip to content

Commit

Permalink
Automatically generating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
icnocop committed Jul 20, 2024
1 parent f48e9dd commit d5257b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ jobs:

- name: Publish GitHub Release
if: ${{ matrix.Configuration == 'Release' && github.event.inputs.release == 'true' }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2.0.8
with:
name: v${{ env.VERSION }}
tag_name: v${{ env.VERSION }}
generate_release_notes: true
draft: true
prerelease: false
fail_on_unmatched_files: true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ It works with C# csproj and native C++ vcxproj Visual Studio project files.

## Getting started

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

![Preview](Preview.png)

Expand Down

0 comments on commit d5257b9

Please sign in to comment.