Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ These guidelines help keep PLAID users' code and datasets working across release
- Update links at the end of the file
- Create a pull request and request reviews
- Once approved, merge the pull request
- Tag the release (e.g., `git tag 0.1.10`)
- Tag the release (e.g., `git tag 0.1.10`). Important: pull the recently updated `main` branch before creating the tag.
- Create a new release on GitHub
- Click `Generate release notes`
- Include a link to the CHANGELOG file at the release tag, e.g.: `https://github.com/PLAID-lib/plaid/blob/0.1.10/CHANGELOG.md`
Expand Down
Loading