From def99af0dcc7c4548ac9b1efd266598add07700f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:48:16 +0000 Subject: [PATCH] chore(deps): bump yashanand1910/standard-release-notes Bumps [yashanand1910/standard-release-notes](https://github.com/yashanand1910/standard-release-notes) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/yashanand1910/standard-release-notes/releases) - [Changelog](https://github.com/yashanand1910/standard-release-notes/blob/master/CHANGELOG.md) - [Commits](https://github.com/yashanand1910/standard-release-notes/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: yashanand1910/standard-release-notes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7067e0..a98e896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Get release notes from CHANGELOG.md - uses: yashanand1910/standard-release-notes@v1.4.0 + uses: yashanand1910/standard-release-notes@v1.5.0 id: get_release_notes with: version: ${{ github.ref }}