Skip to content

Commit b363e13

Browse files
committed
README.md: Update versioning/release policy to match our current practice.
1 parent 412bc17 commit b363e13

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ typically run by `cargo test`, so manual verification is required.
2929

3030
# Versioning
3131

32-
Prior to Firefox 95, versions of this library have been updated sporadically,
33-
and uploaded to crates.io even less frequently. Going forward, there will be
34-
a new release on github and crates.io whenever the version of the code used
35-
in Firefox (see [toolkit/library/rust/shared/Cargo.toml](https://searchfox.org/mozilla-central/source/toolkit/library/rust/shared/Cargo.toml#12))
36-
is updated. For convenience, tags will be added to indicate what version of
37-
the mp4parse is used in what version of Firefox.
32+
The master branch represents the last version released to crates.io plus any
33+
development since that release. Firefox will ship specific git revisions from
34+
the master branch (refer to the `mp4parse_capi` dependency listed in
35+
[toolkit/library/rust/shared/Cargo.toml](https://searchfox.org/mozilla-central/source/toolkit/library/rust/shared/Cargo.toml#15)
36+
for the currently shipping revision). When sufficient changes to merit a new
37+
crates.io release have occurred, the version in Cargo.toml will be bumped and
38+
tagged, and the new version published to crates.io.

0 commit comments

Comments
 (0)