Skip to content

Commit

Permalink
Merge #500
Browse files Browse the repository at this point in the history
500: Require at least RegistryTools 2.2, and fix the integration tests for the new `jll/` directory r=DilumAluthge a=DilumAluthge

So that we get the new location of `_jll` packages.

Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
bors[bot] and DilumAluthge authored Mar 11, 2023
2 parents 413df5a + 75429a6 commit dd49adb
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RegistryCI"
uuid = "0c95cc5f-2f7e-43fe-82dd-79dbcba86b32"
authors = ["Dilum Aluthge <[email protected]>", "Fredrik Ekre <[email protected]>", "contributors"]
version = "8.2.0"
version = "8.3.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -29,7 +29,7 @@ GitHub = "5.2"
HTTP = "0.8, 0.9.1, 1"
JSON = "0.19, 0.20, 0.21"
LicenseCheck = "0.2"
RegistryTools = "1.5.5"
RegistryTools = "2.2"
SimpleMock = "1"
StringDistances = "0.9, 0.10, 0.11"
TOML = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/templates/feature_6/Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ repo = ""
description = "This is a test registry for the AutoMerge integration tests."

[packages]
dca1746e-5efc-54fc-8249-22745bc95a49 = { name = "HelloWorldC_jll", path = "H/HelloWorldC_jll" }
dca1746e-5efc-54fc-8249-22745bc95a49 = { name = "HelloWorldC_jll", path = "jll/H/HelloWorldC_jll" }
2 changes: 1 addition & 1 deletion test/templates/feature_7/Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ repo = ""
description = "This is a test registry for the AutoMerge integration tests."

[packages]
dca1746e-5efc-54fc-8249-22745bc95a49 = { name = "HelloWorldC_jll", path = "H/HelloWorldC_jll" }
dca1746e-5efc-54fc-8249-22745bc95a49 = { name = "HelloWorldC_jll", path = "jll/H/HelloWorldC_jll" }
2 changes: 1 addition & 1 deletion test/templates/feature_8/Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ repo = ""
description = "This is a test registry for the AutoMerge integration tests."

[packages]
dca1746e-5efc-54fc-8249-22745bc95a49 = { name = "HelloWorldC_jll", path = "H/HelloWorldC_jll" }
dca1746e-5efc-54fc-8249-22745bc95a49 = { name = "HelloWorldC_jll", path = "jll/H/HelloWorldC_jll" }
2 changes: 1 addition & 1 deletion test/templates/master_4/Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ repo = ""
description = "This is a test registry for the AutoMerge integration tests."

[packages]
dca1746e-5efc-54fc-8249-22745bc95a49 = { name = "HelloWorldC_jll", path = "H/HelloWorldC_jll" }
dca1746e-5efc-54fc-8249-22745bc95a49 = { name = "HelloWorldC_jll", path = "jll/H/HelloWorldC_jll" }

2 comments on commit dd49adb

@DilumAluthge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/79421

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v8.3.0 -m "<description of version>" dd49adb7bf5c48f922822261d6b28558481aff71
git push origin v8.3.0

Please sign in to comment.