From eeeb56cdaaf792dc8cb7525e933aa593b95231ea Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:57:49 +1300 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#303) (#305) * Bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... * Update changelog --------- (cherry picked from commit 9d847991e40ca37550a76df76b815d1bb5800d50) Signed-off-by: dependabot[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- .github/workflows/release-drafter.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 76648b81..7c2f3c9c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -27,7 +27,7 @@ jobs: issue-body: "Please approve or deny the release of opensearch-rs.
**${{ steps.get_data.outputs.version }}**
**TAG**: ${{ github.ref_name }}
**COMMIT**: ${{ github.sha }}" exclude-workflow-initiator-as-approver: true - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true generate_release_notes: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 671e3c11..d1d249da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `dangoslen/dependabot-changelog-helper` from 2 to 3 ([#298](https://github.com/opensearch-project/opensearch-rs/pull/298)) - Bump `VachaShah/backport` from 1.1.4 to 2.2.0 ([#299](https://github.com/opensearch-project/opensearch-rs/pull/299)) - Bump `stefanzweifel/git-auto-commit-action` from 4 to 5 ([#300](https://github.com/opensearch-project/opensearch-rs/pull/300)) +- Bump `softprops/action-gh-release` from 1 to 2 ([#303](https://github.com/opensearch-project/opensearch-rs/pull/303)) ### Changed