From b027fa9df2d27e4c683f65e25a0b89f098ecd7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:28:10 +0000 Subject: [PATCH] Bump lucacome/draft-release from 0.2.1 to 0.2.2 Bumps [lucacome/draft-release](https://github.com/lucacome/draft-release) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/lucacome/draft-release/releases) - [Commits](https://github.com/lucacome/draft-release/compare/d13ccde6350706e32f451566ee5cd4bf5a27de3d...f6dc37dcdf44be100a649b72c62c628776750190) --- updated-dependencies: - dependency-name: lucacome/draft-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eeea53e60..b3b1213d39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Create/Update Draft - uses: lucacome/draft-release@d13ccde6350706e32f451566ee5cd4bf5a27de3d # v0.2.1 + uses: lucacome/draft-release@f6dc37dcdf44be100a649b72c62c628776750190 # v0.2.2 with: minor-label: "enhancement" major-label: "change"