Skip to content

Conversation

@brass75
Copy link
Member

@brass75 brass75 commented Nov 5, 2025

Resolves #28

  • Modifies the new-entry logic to have the Collection handle the work.
  • Adds a dynamically created __version__.py to the project for use (issue Add support for --version #29 was created to actually leverage this.)
  • Modify the GitHub actions to allow for prerelease installs.

@brass75 brass75 added the enhancement New feature or request label Nov 5, 2025
Copy link
Contributor

@kjaymiller kjaymiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

)
):
raise click.exceptions.BadParameter(f"Unknown collection: {collection}")
# pdb.set_trace()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe remove?

@brass75 brass75 merged commit c33f99f into main Nov 5, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move entry creation logic from Parser to ContentManager

3 participants