-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2923ce6
Allow prepending the generated changelog to an existing one
janbuchar 8c65e13
Make token configurable
janbuchar 221b3be
Use different environment variable for token
janbuchar 6ccb7b7
Handle repos with no PRs
janbuchar 62f7b8e
I don't know bash arrays
janbuchar 045a7f1
Syntax
janbuchar 734024c
path
janbuchar b8533ec
add comments around unreleased stuff
janbuchar 241314f
echo git cliff commands
janbuchar 18d673f
less newlines
janbuchar 5577f50
slightly more newlines
janbuchar 5c6eb2c
Remove unreleased stuff
janbuchar 7d4cd03
Maybe this time
janbuchar 7ed7cd3
More tracing
janbuchar 2fff6aa
Just for testing
janbuchar 685cb48
Ensure newline
janbuchar b1f9120
Doc
janbuchar a975084
Doc
janbuchar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 escapedThere 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.