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

Handling of legacy CHANGELOG.md files #28

Open
DennisDobslaf opened this issue Mar 24, 2020 · 3 comments
Open

Handling of legacy CHANGELOG.md files #28

DennisDobslaf opened this issue Mar 24, 2020 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement Feature enhancement

Comments

@DennisDobslaf
Copy link

I used this tool on a repo with an existing but old CHANGELOG.md file with no common schema.
This tool doesn't write to may legacy CHANGELOG.md on changelogger release but deletes the unreleased files.

@DennisDobslaf
Copy link
Author

Self-answering my question:

here is the reason: https://github.com/churchtools/changelogger/blob/master/app/Commands/ReleaseCommand.php#L103

As a workaround one can insert <!-- CHANGELOGGER --> at the top of a legacy CHANGELOG.md file.

@obstschale
Copy link
Member

Yes, the tool looks for <!-- CHANGELOGGER --> and uses this as placeholder. I will document this. Thx for pointing this out.

@obstschale obstschale self-assigned this Mar 24, 2020
@obstschale obstschale added the documentation Improvements or additions to documentation label Mar 24, 2020
@obstschale obstschale added the enhancement Feature enhancement label May 6, 2020
@strausmann
Copy link

Thanks for the tip, i had the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement Feature enhancement
Projects
None yet
Development

No branches or pull requests

3 participants