Skip to content

Commit 3445499

Browse files
authored
docs: fix CHANGELOG nad pyproject.toml URLs in CONTRIBUTING.md (#184)
They were leading to Apify Python SDK, which is really confusing 😅
1 parent e846b90 commit 3445499

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@ so don't forget to describe the changes in the new version there.
8484

8585
Beta release happens automatically after you merge a pull request or add a direct commit to the master branch. Before you do that check the following:
8686

87-
- Make sure that in the [pyproject.toml](https://github.com/apify/apify-sdk-python/blob/master/pyproject.toml) a project version is set to the latest non-published version.
88-
- Describe your changes to the [CHANGELOG.md](https://github.com/apify/apify-sdk-python/blob/master/CHANGELOG.md) in the section with the latest non-published version.
87+
- Make sure that in the [pyproject.toml](./pyproject.toml) a project version is set to the latest non-published version.
88+
- Describe your changes to the [CHANGELOG.md](./CHANGELOG.md) in the section with the latest non-published version.
8989

9090
### Production release checklist
9191

9292
Production release happens after the GitHub release is created. Before you do that check the following:
9393

9494
- Make sure [here](https://pypi.org/project/apify-client/#history) that the beta release with the latest commit is successfully deployed.
95-
- Make sure that all changes that happened from the last production release are described in the [CHANGELOG.md](https://github.com/apify/apify-sdk-python/blob/master/CHANGELOG.md) (it's okay to skip DX related changes, repo setup etc).
95+
- Make sure that all changes that happened from the last production release are described in the [CHANGELOG.md](./CHANGELOG.md) (it's okay to skip DX related changes, repo setup etc).
9696
- When drafting a new GitHub release:
9797
- Create a new tag in the format of `v1.2.3` targeting the master branch.
9898
- Fill in the release title in the format of `1.2.3`.
99-
- Copy the changes from the [CHANGELOG.md](https://github.com/apify/apify-sdk-python/blob/master/CHANGELOG.md) and paste them into the release description. Make sure that all changes are properly categorized using headlines (`Added`, `Fixed` or `Internal changes`).
99+
- Copy the changes from the [CHANGELOG.md](./CHANGELOG.md) and paste them into the release description. Make sure that all changes are properly categorized using headlines (`Added`, `Fixed` or `Internal changes`).
100100
- Check the "Set as the latest release" option.
101101

102102
Currently, there is no explicit approval process, so when you are done with the checklist, proceed with the release.

0 commit comments

Comments
 (0)