Skip to content
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

fix for issue #40 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aclima93
Copy link

Applying suggestion by @ColtonIdle to "escape" leading - in the contents of the release notes.
Link to issue: #40

@guness
Copy link
Owner

guness commented Jan 26, 2023

If this is safe and works, we need to apply it everywhere, not in one place. Can you apply changes all update the PR?

@aclima93
Copy link
Author

I'm not familiar with this codebase, but I can try and find similar instances. Do you have any leads?

@@ -213,7 +213,7 @@ if [ -n "${firebase_token}" ] ; then
fi

if [ -n "${release_notes}" ] ; then
submit_cmd="$submit_cmd --release-notes \"$(escape "$release_notes")\""
submit_cmd="$submit_cmd --release-notes=\"$(escape "$release_notes")\""

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems not be right. In the docs they have:

--release-notes "Text of release notes"

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants