Skip to content

Commit

Permalink
change the branch prefix back
Browse files Browse the repository at this point in the history
  • Loading branch information
CHarnel committed Dec 26, 2022
1 parent 2ec0016 commit 8de413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exports.Constants = {
Release: "release",
Hotfix: "hotfix",
ReleaseBranchPrefix: "releases",
ReleaseBranchPrefix: "release",
};

0 comments on commit 8de413f

Please # to comment.