Skip to content

Commit

Permalink
chore: update project version based on PR label
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2023
1 parent 7120e59 commit 59143be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com'
version = '1.2.0-SNAPSHOT'
version = '1.2.1-SNAPSHOT'
sourceCompatibility = '17'

configurations {
Expand Down
12 changes: 6 additions & 6 deletions pr_labels.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.0
version: 1.2.1

spring:
profiles:
Expand Down

0 comments on commit 59143be

Please sign in to comment.