Skip to content

Commit

Permalink
Merge pull request #175 from Nexters/release/1.0.1
Browse files Browse the repository at this point in the history
chore: release note 수정
  • Loading branch information
lee-ji-hoon authored Jan 12, 2025
2 parents 5c2f671 + 2d411fa commit 2ef0cf6
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 2ef0cf6

Please sign in to comment.