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

Automatic Releases #567

Merged
merged 3 commits into from
Mar 4, 2024
Merged

Automatic Releases #567

merged 3 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. chore(docs): update changelog

    In anticipation of generating changelogs from conventional commits, this
    contains a minor change to the formatting of older log entries, and
    rewrites the changelog for the most recent release to make usre of the
    new format.
    
    Signed-off-by: JP-Ellis <[email protected]>
    JP-Ellis committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    94cd6aa View commit details
    Browse the repository at this point in the history
  2. chore(ci): automate release process

    This PR significant changes the release process, by mostly automating it
    all. The docs on creating releases has been updated and moved into the
    `docs/` folder (anticipating that we will use MkDocs eventually).
    
    The check step in the build pipeline has been removed, as it is
    redundant given that cibuildwheel already does checks.
    
    Signed-off-by: JP-Ellis <[email protected]>
    JP-Ellis committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f714a4c View commit details
    Browse the repository at this point in the history
  3. chore(v3): add warning on pact.v3 import

    As the `pact.v3` module is still a work in progress, importing
    it raises a warning.
    
    Signed-off-by: JP-Ellis <[email protected]>
    JP-Ellis committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d9c27c3 View commit details
    Browse the repository at this point in the history