From 356697533524a72799f74be375c98d2ce5155a6d Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 27 Jun 2024 21:24:07 +0200 Subject: [PATCH 1/3] updatecli: remove deprecated title attribute --- .ci/updatecli.d/bump-version.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/updatecli.d/bump-version.yml b/.ci/updatecli.d/bump-version.yml index e0d5ae2..cbf9e9a 100644 --- a/.ci/updatecli.d/bump-version.yml +++ b/.ci/updatecli.d/bump-version.yml @@ -4,8 +4,6 @@ ## "1.2.3". If so, then update to it. name: Bump apm-agent-java to latest version -title: Bump apm-agent java to latest version - scms: githubConfig: kind: github From 54d0be89493d62b1fdf01a8978872c619b2014b3 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 27 Jun 2024 21:25:07 +0200 Subject: [PATCH 2/3] test --- .ci/updatecli.d/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/updatecli.d/bump-version.yml b/.ci/updatecli.d/bump-version.yml index cbf9e9a..a67367e 100644 --- a/.ci/updatecli.d/bump-version.yml +++ b/.ci/updatecli.d/bump-version.yml @@ -13,7 +13,7 @@ scms: repository: opbeans-java token: '{{ requiredEnv "GITHUB_TOKEN" }}' username: '{{ requiredEnv "GITHUB_ACTOR" }}' - branch: main + branch: feature/remove-deprecated-title-updatecli commitusingapi: true actions: From 407e0a96dade8ed9bd82934dc24fadcad7ceb207 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 27 Jun 2024 21:26:12 +0200 Subject: [PATCH 3/3] Revert "test" This reverts commit 54d0be89493d62b1fdf01a8978872c619b2014b3. --- .ci/updatecli.d/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/updatecli.d/bump-version.yml b/.ci/updatecli.d/bump-version.yml index a67367e..cbf9e9a 100644 --- a/.ci/updatecli.d/bump-version.yml +++ b/.ci/updatecli.d/bump-version.yml @@ -13,7 +13,7 @@ scms: repository: opbeans-java token: '{{ requiredEnv "GITHUB_TOKEN" }}' username: '{{ requiredEnv "GITHUB_ACTOR" }}' - branch: feature/remove-deprecated-title-updatecli + branch: main commitusingapi: true actions: