-
Notifications
You must be signed in to change notification settings - Fork 255
when using "my text [ text ]" in commit_message, portion in brackets is ignored #1251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I also tried:
with no luck:
|
Have you actually tried running the project not in If you don't want all the steps to execute and it easily revertable then use: semantic-release version --no-tag --no-push --skip-build |
you are right, it actually works as expected, thanks!
should we still keep the issue open so the |
There is probably nothing I can do since I don't do any processing on that output. It's using the rich console formatter on top of the logging mechanism. I can look around for an escape function and apply it to that one log line as it's not intended to have colors. But I might just close it if that doesn't exist. |
Bug Report
Description
when using the following configuration
"[ci skip]"
is ignored:Expected behavior
The whole provided commit_message should be included in the commit message
Actual behavior
Environment
Configuration
Semantic Release Configuration
Additional context
The text was updated successfully, but these errors were encountered: