Skip to content

Commit

Permalink
semver
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Feb 23, 2024
1 parent a57069d commit 787401a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rfcs/0002-distribution-gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The initial change to the metadata format would look as follows for the [Postgre
// New stanza
"packages": [
{
"version": "1.2.3",
"uri": "https://foobar.com/releases/postgres-postgresql-v0.2.0-9283dh9283u...hd092ujdf2ued.tar.gz",
"checksum": {
"type": "sha256",
Expand Down Expand Up @@ -163,6 +164,11 @@ as well as all the existing registry metadata, and all metadata included in the
All package definition references should be accompanied by a checksum in order to verify that the definition hasn't been changed in storage. Any definition fetch operation should verify the checksum.


### Versioning

Package Metadata will include a version. This should follow [Semantic Versioning](https://semver.org) practices.


### Discoverability

The discoverability component will simply hard-code various permutations of the "Indexing" criteria to provide the user browsable lists of packages.
Expand Down

0 comments on commit 787401a

Please sign in to comment.