From cfcf9e75f8a227c8b2b72390cc6d670ec324ea70 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Thu, 4 May 2023 09:46:02 +0200 Subject: [PATCH] build: fix melos parsing error + disable commit reference to avoid null error... --- melos.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/melos.yaml b/melos.yaml index 037c8490..ddcd24ef 100644 --- a/melos.yaml +++ b/melos.yaml @@ -1,5 +1,5 @@ name: Wyatt-Packages -#repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages Gitea not yet supported +# repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages sdkPath: auto @@ -15,10 +15,10 @@ command: updateGitTagRefs: true linkToCommits: false # Gitea not yet supported workspaceChangelog: true - includeCommitId: true + includeCommitId: false # Generate error in Melos 3... branch: master message: | - chore(release): publish packages 🎉 + chore(release): publish packages {new_package_versions}