Skip to content

Commit

Permalink
chore: release note 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-ji-hoon committed Jan 12, 2025
1 parent 2b32154 commit 2d411fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
)
signingConfig = signingConfigs.getByName("release")
firebaseAppDistribution {
releaseNotes = "[${GithubUtils.commitHash()}]-${GithubUtils.lastCommitMessage()}"
releaseNotes = "[${GithubUtils.commitHash()}] - ${GithubUtils.lastCommitMessage()}"
groups = "뽀모냥"
}
}
Expand Down

0 comments on commit 2d411fa

Please sign in to comment.