-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requestedreleased
Description
Hey, @antongolub 👋
It will be a couple of days before I can do any thorough testing, but from just a single quick and dirty test, it does look like using v${version}+${name}
does sort the tags correctly. Have only done prereleases, so can't confirm if it fixes the issue with release ordering, but I'd imagine it does given tags are now sorting correctly.
FYI. I was attempting to set tagFormat
as an option from the root package.json, and noticed it was being ignored, instead it's only picked up as a CLI arg, this may be expected, but for me it was contrary to expectations.
Does not work
root/
package.json
"release": {
"tagFormat": "v${version}+${name}",
...
}
Works
multi-semantic-release --tag-format='v${version}+${name}'
Originally posted by @GeeWizWow in #71 (comment)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requestedreleased