From 59143be7f0a1a6151f035d238322ff346620811c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Oct 2023 16:39:18 +0000 Subject: [PATCH] chore: update project version based on PR label --- build.gradle | 2 +- pr_labels.json | 12 ++++++------ src/main/resources/application.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index eb060431..ffe73d19 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'com' -version = '1.2.0-SNAPSHOT' +version = '1.2.1-SNAPSHOT' sourceCompatibility = '17' configurations { diff --git a/pr_labels.json b/pr_labels.json index 8dcc01c2..5f9c700a 100644 --- a/pr_labels.json +++ b/pr_labels.json @@ -1,11 +1,11 @@ [ { - "color": "415695", + "color": "253FC7", "default": false, - "description": "Version minor", - "id": 5970270209, - "name": "minor", - "node_id": "LA_kwDOJemGmc8AAAABY9sYAQ", - "url": "https://api.github.com/repos/miIlicon/WithFestival-BackEnd/labels/minor" + "description": "Version patch", + "id": 5970271155, + "name": "patch", + "node_id": "LA_kwDOJemGmc8AAAABY9sbsw", + "url": "https://api.github.com/repos/miIlicon/WithFestival-BackEnd/labels/patch" } ] diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 47dcd1be..2db335f7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,4 +1,4 @@ -version: 1.2.0 +version: 1.2.1 spring: profiles: