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

Seems to add an additional line on the end of the file #60

Open
mwyld opened this issue Nov 8, 2023 · 0 comments
Open

Seems to add an additional line on the end of the file #60

mwyld opened this issue Nov 8, 2023 · 0 comments

Comments

@mwyld
Copy link

mwyld commented Nov 8, 2023

Everytime I run the following command it duplicates the last line.

    stamp_changelog(
        changelog_path: changelog_location,	# Specify path to CHANGELOG.md
        section_identifier: currentVersion,
        git_tag: currentVersion, # Specify reference to git tag associated with this section
        should_stamp_date: true, # Specify whether the current date as per the stamp_datetime_format should be stamped to the section identifier (default is `true`)
        stamp_datetime_format: '%F', # Specify strftime format string to use for the date in the stamped section (default `%FZ`)
        placeholder_line: new_unreleased_changelog
    )
    ```
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

1 participant