Skip to content

Commit

Permalink
Set branch version to MAJOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Mar 19, 2018
1 parent 4debb00 commit 3d5d1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Versions = {
MAJOR: 'MAJOR',
};

const branchVersion = Versions.PATCH;
const branchVersion = Versions.MAJOR;

const checkRequiredLabels = labels => {
const forbiddenLabels = flatten([
Expand Down

0 comments on commit 3d5d1be

Please sign in to comment.