Skip to content

Commit

Permalink
chore: outline versioning strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 27, 2024
1 parent b6f0321 commit 4c0731e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# `deno_path_util`

Common path utilities used across Deno's repos.

## Versioning Strategy

This crate does not follow semver so if you're outside the Deno org make sure to pin it to a patch version.
Instead a versioning strategy that optimizes for more efficient maintenance is
used:

- Do the dependencies of [Deno](https://github.com/denoland/deno) compile?
- If yes, it's a patch release.
- If no, it's a minor release.

0 comments on commit 4c0731e

Please sign in to comment.