From 363f2746be792dac231a6414e40eaf4b889eabcf Mon Sep 17 00:00:00 2001 From: Ilian Aleixev Date: Tue, 3 Sep 2024 12:39:21 -0500 Subject: [PATCH 1/2] Try release again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec28b8c..e58262f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ julia --project=. examples/list-engines.jl The procedure for registering a new package is the same as for releasing a new version. If the registration bot is not added to the repository, `@JuliaRegistrator` register will not result in package registration. - Quick Summary: + Quick Summary (TLDR): 1. Set the `(Julia)Project.toml` version field in your repository to your new desired `version`. 2. Comment `@JuliaRegistrator register()` on the commit/branch you want to register (e.g. like [here](https://github.com/JuliaRegistries/Registrator.jl/issues/61#issuecomment-483486641) or [here](https://github.com/chakravala/Grassmann.jl/commit/3c3a92610ebc8885619f561fe988b0d985852fce#commitcomment-33233149)). From 5817f6cd9bc8c3ad0550830b64d5eef8b6113aad Mon Sep 17 00:00:00 2001 From: Ilian Aleixev Date: Tue, 3 Sep 2024 12:47:41 -0500 Subject: [PATCH 2/2] @JuliaRegistrator register() @JuliaRegistrator register() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e58262f..ec28b8c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ julia --project=. examples/list-engines.jl The procedure for registering a new package is the same as for releasing a new version. If the registration bot is not added to the repository, `@JuliaRegistrator` register will not result in package registration. - Quick Summary (TLDR): + Quick Summary: 1. Set the `(Julia)Project.toml` version field in your repository to your new desired `version`. 2. Comment `@JuliaRegistrator register()` on the commit/branch you want to register (e.g. like [here](https://github.com/JuliaRegistries/Registrator.jl/issues/61#issuecomment-483486641) or [here](https://github.com/chakravala/Grassmann.jl/commit/3c3a92610ebc8885619f561fe988b0d985852fce#commitcomment-33233149)).