From 73fc3245f0b8d78d304c52f133ad01ba46b6487a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:20:15 -0700 Subject: [PATCH] Bump lucacome/draft-release from 0.2.1 to 0.2.2 (#149) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ed634b40..74c68da3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: if: always() - 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"