Skip to content

Commit

Permalink
change: use 'main' as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Jun 10, 2021
1 parent 35c03bf commit 2c64224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-fst-release
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ from datetime import datetime

EX_USAGE = 64 # refer to `man 3 sysexits`
VALID_PRERELEASE_IDENTIFIERS = "alpha", "beta", "post"
ALLOW_TAG_ON_BRANCH = "develop"
ALLOW_TAG_ON_BRANCH = "main"


class UsageError(Exception):
Expand Down

0 comments on commit 2c64224

Please sign in to comment.