Skip to content

Commit f48b036

Browse files
committed
chore(docs): fix typos
Signed-off-by: JP-Ellis <[email protected]>
1 parent 5861742 commit f48b036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pact Python is made available through both GitHub releases and PyPI. The GitHub releases also come with a summary of changes and contributions since the last release.
44

5-
The entire process is automated through the [build](https://github.com/pact-foundation/pact-python/actions?query=workflow%3Abuild) GitHub Action. A description of the process is provided [below](#build-pipeline).
5+
The entire process is automated through the [build](https://github.com/pact-foundation/pact-python/actions/workflows/build.yml?query=branch%3Amaster) GitHub Action. A description of the process is provided [below](#build-pipeline).
66

77
## Versioning
88

@@ -44,6 +44,6 @@ The publish step uses the `pypi` GitHub environment, and is gated behind a manua
4444
- Generating a changelog based on the conventional commits since the latest release.
4545
- Generating a new GitHub release with the changelog.
4646
- Uploading the source distribution and wheels to PyPI.
47-
- Creating a PR to update the `CHANGELOD.md` file with the new release notes.
47+
- Creating a PR to update the `CHANGELOG.md` file with the new release notes.
4848

4949
While the generated changelog should be accurate, it may require some manual adjustments on the release page and in the PR.

0 commit comments

Comments
 (0)