-
Notifications
You must be signed in to change notification settings - Fork 2
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
update-versions.sh for macos / linux #22
base: main
Are you sure you want to change the base?
Conversation
update-versions.sh for macos / linux
Thanks, I'll check this out tonight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't work for me as written. Fixed it up, but instead of committing I'm suggesting so you can get credit for the changes 😉
Co-authored-by: Brent Nef <brent@n3f.co>
Co-authored-by: Brent Nef <brent@n3f.co>
Thanks ! |
sed -Ei "s/(Update mermaid to )$version_pattern/\1$mermaid/" README.txt | ||
sed -Ei "s/(Mermaid update \()$version_pattern\)/\1$mermaid)/" README.txt | ||
sed -Ei "${sed_macOS}" "s/(Update mermaid to )$version_pattern/\1$mermaid/" README.txt | ||
sed -Ei "${sed_macOS}" "s/(Mermaid update \()$version_pattern\)/\1$mermaid)/" README.txt | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these lines need to be fixed too.
Co-authored-by: Brent Nef <brent@n3f.co>
Co-authored-by: Brent Nef <brent@n3f.co>
update-versions.sh for macos / linux