-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello,
that's my configuration:
remote-name: "origin"
git-name: "Name"
git-email: "no@xyz.com"
tag-prefix: "v"
rules:
minor:
- feat
patch:
- fix
- perf
- revert
branches:
- name: "main"
monorepo:
- name: a
path: ./services/a/
- name: b
path: ./services/b/
- name: c
path: ./services/c/
Version 6.1.0 is not correctly detecting new releases in services. Version 6.0.1 reports different outcome:
{"level":"info","new-release":false,"version":"0.8.0","branch":"main","project":"a","message":"no new release"}
{"level":"info","new-release":true,"version":"0.13.2","branch":"main","project":"b","message":"dry-run enabled, next release found"}
{"level":"info","new-release":true,"version":"0.12.1","branch":"main","project":"c","message":"dry-run enabled, next release found"}
vs
{"level":"info","new-release":false,"version":"0.8.0","branch":"main","project":"a","message":"no new release"}
{"level":"info","new-release":false,"version":"0.13.1","branch":"main","project":"b","message":"no new release"}
{"level":"info","new-release":false,"version":"0.12.0","branch":"main","project":"c","message":"no new release"}
Metadata
Metadata
Assignees
Labels
No labels