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

There should be an easy way to pass multiline markdown notes on command line #136

Open
divolgin opened this issue Jun 10, 2020 · 1 comment

Comments

@divolgin
Copy link
Member

divolgin commented Jun 10, 2020

replicated release create and promote commands take a --release-notes argument:

--release-notes string   When used with --promote <channel>, sets the **markdown** release notes

However this string must be escaped properly in order to work in bash. There has to be an easier way, for example loading release notes from a file. --release-notes-file parameter could be added.

@mnp
Copy link

mnp commented Dec 9, 2021

It's not optimal but I have been getting away with

  replicated  release create ... --release-notes "$(cat mynotes.md)"

This will fail when the notes get too long. +1 for a --release-notes-file arg.

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

No branches or pull requests

2 participants