-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Allow prepending the generated changelog to an existing one in git-cliff-release #142
Conversation
python enhance_context.py --repo $GITHUB_REPO "${enhance_context_args[@]}" | | ||
git-cliff --from-context - "${print_changelog_args[@]}" | ||
|
||
sed -i '$a\' $out_file # Make sure there is a newline at the end of the output file |
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.
Does this work? Considering the '
ends up escaped
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.
Not sure what escaping you have in mind, but experiment results suggest that it works. Well, either it works or the whole "unreleased" comment thing is not necessary.
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.
nice!
No description provided.