From f40565b0d35dc1604c8a99337e7d758dfb8da9e0 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Schwaab Date: Fri, 20 Sep 2024 10:23:55 +0200 Subject: [PATCH] chore: bump to 1.0.2 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 770b799..6e1204e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ jobs: - name: Cherry pick id: cherry-pick - uses: wireapp/action-auto-cherry-pick@v1.0.1 + uses: wireapp/action-auto-cherry-pick@v1.0.2 with: target-branch: 'develop' # Branch which will receive the automatic cherry-picks submodules-target-branch: 'develop' # If you want the action to fast-forward the submodules to a specific branch diff --git a/package.json b/package.json index 950c8c4..787de50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wireapp-pr-cherry-pick", "description": "GitHub Action that performs automatic cherry-picks", - "version": "1.0.1", + "version": "1.0.2", "author": "wireapp", "private": true, "homepage": "https://github.com/wireapp/action-auto-cherry-pick",