Skip to content

Commit

Permalink
add prerelase test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Sep 28, 2023
1 parent 62ab5e3 commit fc7579f
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"collection_info": {
"namespace": "briantist",
"name": "devel",
"version": "0.1.0-dev0",
"authors": [
"your name <[email protected]>"
],
"readme": "README.md",
"tags": [],
"description": "your collection description",
"license": [
"GPL-2.0-or-later"
],
"license_file": null,
"dependencies": {},
"repository": "http://example.com/repository",
"documentation": "http://docs.example.com",
"homepage": "http://example.com",
"issues": "http://example.com/issue/tracker"
},
"file_manifest_file": {
"name": "FILES.json",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "58f8efd1f1e4f7e2afba0b773b1ec58cd3518c3c1d91bd29c54fc4187297a739",
"format": 1
},
"format": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"collection_info": {
"namespace": "briantist",
"name": "devel",
"version": "0.1.0-dev1",
"authors": [
"your name <[email protected]>"
],
"readme": "README.md",
"tags": [],
"description": "your collection description",
"license": [
"GPL-2.0-or-later"
],
"license_file": null,
"dependencies": {},
"repository": "http://example.com/repository",
"documentation": "http://docs.example.com",
"homepage": "http://example.com",
"issues": "http://example.com/issue/tracker"
},
"file_manifest_file": {
"name": "FILES.json",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "58f8efd1f1e4f7e2afba0b773b1ec58cd3518c3c1d91bd29c54fc4187297a739",
"format": 1
},
"format": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"collection_info": {
"namespace": "briantist",
"name": "whatever",
"version": "0.2.0-dev0",
"authors": [
"your name <[email protected]>"
],
"readme": "README.md",
"tags": [],
"description": "your collection description",
"license": [
"GPL-2.0-or-later"
],
"license_file": null,
"dependencies": {},
"repository": "http://example.com/repository",
"documentation": "http://docs.example.com",
"homepage": "http://example.com",
"issues": "http://example.com/issue/tracker"
},
"file_manifest_file": {
"name": "FILES.json",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "58f8efd1f1e4f7e2afba0b773b1ec58cd3518c3c1d91bd29c54fc4187297a739",
"format": 1
},
"format": 1
}

0 comments on commit fc7579f

Please sign in to comment.