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

Updated changelog add first pass at tag release workflow #28

Merged
merged 8 commits into from
Nov 14, 2024

Conversation

mrchrisadams
Copy link
Member

@mrchrisadams mrchrisadams commented Nov 14, 2024

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 the serve command to respect custom host and port values.

Automation and CI/CD:

  • Added a GitHub Action workflow for automated publishing of the Python package to PyPI upon tagging a release. This includes steps for setting up dependencies, checking version consistency, and publishing the package. (.github/workflows/release.yml)

Versioning:

  • Updated the project version to 0.0.8rc1 in pyproject.toml. (pyproject.toml)

Changelog:

  • Updated CHANGELOG.md to include changes for version 0.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:

  • Modified the serve command to respect the provided host and port values, improving flexibility for running the server. (src/carbon_txt/cli.py)
  • Updated the run-cli command in justfile to pass additional options, enhancing its usability. (justfile)

@mrchrisadams mrchrisadams merged commit 28e5329 into main Nov 14, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant