Updated changelog add first pass at tag release workflow #28
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.
This pull request includes several changes to automate the release process, update the project version, and improve the command-line interface. The most important changes include adding a GitHub Action for automated publishing, updating the version in
pyproject.toml
, and enhancing theserve
command to respect custom host and port values.Automation and CI/CD:
.github/workflows/release.yml
)Versioning:
0.0.8rc1
inpyproject.toml
. (pyproject.toml
)Changelog:
CHANGELOG.md
to include changes for version0.0.8
, such as switching to more detailed exceptions, adding support for JSON Schema generation, Sentry integration, and the new GitHub Action for automated publishing. (CHANGELOG.md
)Command-line Interface:
serve
command to respect the providedhost
andport
values, improving flexibility for running the server. (src/carbon_txt/cli.py
)run-cli
command injustfile
to pass additional options, enhancing its usability. (justfile
)