Skip to content

Commit 984e95d

Browse files
authored
misc: Fix footnote and typo in CONTRIBUTING.md (#1583)
<!-- .github/pull_request_template.md --> ## πŸ“Œ Description * Corrects the footnote to say that we're starting SemVer after 0.2.14.post1. * Fixes a typo ## πŸ” Related Issues ## πŸš€ Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### βœ… Pre-commit Checks - [ βœ… ] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [ βœ… ] I have installed the hooks with `pre-commit install`. - [ N/A ] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## πŸ§ͺ Tests - [ N/A ] Tests have been added or updated as needed. - [ N/A ] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. -->
1 parent 8aa4bba commit 984e95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€ŽCONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ When incrementing a version and creating a release, follow [Semantic Versioning]
4242
* minor increment signals added functionality that is backwards-compatible (e.g. new kernels, new SM support, etc)
4343
* patch increment signals backwards-compatible bug fixes (both for functional and performance issues)
4444

45-
Optionally, use post-releases (e.g., `X.Y.Zpost1`) for minor changes, like a documentation change.
45+
Optionally, use post-releases (e.g., `X.Y.Z.post1`) for minor changes, like a documentation change.
4646

47-
[^1]: We have not followed this strictly through v0.2.13. But after v0.2.13, the versioning should follow SemVer.
47+
[^1]: We have not followed this strictly through v0.2.14.post1. But after v0.2.14.post1, the versioning should follow SemVer.

0 commit comments

Comments
Β (0)