Skip to content

Commit

Permalink
present tense for commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-m committed Oct 6, 2016
1 parent 2ab82d1 commit b0269f4
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ public class CommitMessages {
private String tagReleaseMessage;

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

hotfixStartMessage = "updating versions for hotfix";
hotfixFinishMessage = "updating for next development version";
hotfixStartMessage = "update versions for hotfix";
hotfixFinishMessage = "update for next development version";

releaseStartMessage = "updating versions for release";
releaseFinishMessage = "updating for next development version";
releaseStartMessage = "update versions for release";
releaseFinishMessage = "update for next development version";

tagHotfixMessage = "tagging hotfix";
tagReleaseMessage = "tagging release";
tagHotfixMessage = "tag hotfix";
tagReleaseMessage = "tag release";
}

/**
Expand Down

0 comments on commit b0269f4

Please sign in to comment.