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 8, 2023
1 parent a5e704c commit 5fea69f
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.0.0-SNAPSHOT'
version = '1.0.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": "0064FF",
"color": "253FC7",
"default": false,
"description": "Version major",
"id": 5970265991,
"name": "major",
"node_id": "LA_kwDOJemGmc8AAAABY9sHhw",
"url": "https://api.github.com/repos/miIlicon/WithFestival-BackEnd/labels/major"
"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.0.0
version: 1.0.1

spring:
profiles:
Expand Down

0 comments on commit 5fea69f

Please sign in to comment.