From 78456c01a6e2418699fc7818965c57e378bc0298 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Tue, 14 Nov 2023 18:20:04 +0100 Subject: [PATCH] build: remove master restriction in melos since we rebase --- melos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index ddcd24ef..8a043791 100644 --- a/melos.yaml +++ b/melos.yaml @@ -16,7 +16,7 @@ command: linkToCommits: false # Gitea not yet supported workspaceChangelog: true includeCommitId: false # Generate error in Melos 3... - branch: master + # branch: master # Since we are using rebasing, we don't need to specify the branch message: | chore(release): publish packages