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

Are there plans to manage entries? #6

Open
abelsiqueira opened this issue May 22, 2024 · 1 comment
Open

Are there plans to manage entries? #6

abelsiqueira opened this issue May 22, 2024 · 1 comment

Comments

@abelsiqueira
Copy link

Hello there, thanks for the work. Are there plans to extend the package for manage the entries of the CHANGELOG.md? Something like https://pypi.org/project/changelog-cli/, for instance?

Namely, these tasks:

  • Add a new entry in the unreleased section
  • Figure out the next version based on the entries (assuming they conform to something like https://www.conventionalcommits.org/en/v1.0.0/ or https://gitmoji.dev)
  • Given a version, change the unreleased section to that version and create a new empty unreleased section (and possibly change Project.toml as well)

If you are doing these tasks with some tool already, please let me know.

@abelsiqueira abelsiqueira changed the title Are there plans to manage entries Are there plans to manage entries? Jun 11, 2024
@ericphanson
Copy link
Collaborator

#11 could be a step towards

Figure out the next version based on the entries (assuming they conform to something like https://www.conventionalcommits.org/en/v1.0.0/ or https://gitmoji.dev/)

since it would allow parsing the changelog to know which entries already exist.

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