Skip to content

Commit

Permalink
Capitalize default messages (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-m committed Oct 8, 2018
1 parent e97281c commit ec5e0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class CommitMessages {

public CommitMessages() {
featureStartMessage = "Update versions for feature branch";
featureFinishMessage = "update versions for development branch";
featureFinishMessage = "Update versions for development branch";

hotfixStartMessage = "Update versions for hotfix";
hotfixFinishMessage = "Update for next development version";
Expand Down

0 comments on commit ec5e0c7

Please sign in to comment.