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

Chores: testing, versioning, publishing #71

Merged
merged 13 commits into from
Nov 17, 2023
Merged

Chores: testing, versioning, publishing #71

merged 13 commits into from
Nov 17, 2023

Conversation

thekaveman
Copy link
Member

@thekaveman thekaveman commented Nov 17, 2023

  • Use coverage directly, and add coverage-comment to workflow
  • Dynamic version from git metadata (tags)
  • Publish to PyPI and release to GitHub on tag
  • Publish to PyPI using a Trusted Publisher
  • Devcontainer cleanups, workflow cleanups

❗ Breaking Changes ❗

  • Drop support for Python 3.7 -- minimum version 3.8 (to enable dynamic versioning)

  • Following up to feat: Validate multi-line messages #68, a blank line between the commit subject and body is now required per the Spec

    Prior to this change, the following commit would pass (unless the --strict arg was used):

    $ git commit -m "feat: subject line
    body line with no blank in the middle"

    After this change, the --strict arg has no effect, commits with bodies must be formatted with a blank line:

    $ git commit -m "feat: subject line
    
    body line with blank in the middle"

Because of these changes, the next version release will be v3.0.0

@thekaveman thekaveman merged commit 33bb337 into main Nov 17, 2023
6 checks passed
@thekaveman thekaveman deleted the chores branch November 17, 2023 21:00
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.

None yet

1 participant