From c6710b85f1aeb9c4763b76930fe5b61bcd0a66a2 Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Tue, 16 Jun 2020 14:17:58 +0300 Subject: [PATCH] Revert "Solution for issue #72: spin off module publishing tutorial in the documentation." --- solutions/ecosystem-versioning.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 solutions/ecosystem-versioning.md diff --git a/solutions/ecosystem-versioning.md b/solutions/ecosystem-versioning.md deleted file mode 100644 index 21d53d0..0000000 --- a/solutions/ecosystem-versioning.md +++ /dev/null @@ -1,10 +0,0 @@ -# Ecosystem versioning - -This is a proposal to solve [versioning issues in the p6c ecosystem](https://github.com/Raku/problem-solving/issues/72). - -## Proposed solution - -Right now, [distributing modules](https://docs.raku.org/language/modules#Distributing_modules) is but a section in the tutorial that explains modules. This means it's not as well indexed as it should, and the documentation on META6.json should probably be revised and improved. This proposal involves creating an exclusive "Releasing your module", spinning that section off `modules`, in the following steps. - -1. Revise thoroughly all steps involved, from the definition of the different keys of the META6.json file, to other underdocumentaed parts like how to use a build phase. I have created [this issue](https://github.com/Raku/doc/issues/3439) to address that previous work. -2. Spin off to a `create-module` file, that includes that revised version as well as documenting how to have several versions released to the ecosystem at the same time either hosted at CPAN or at the ecosystem. That would pick up [suggestions made here](https://github.com/Raku/problem-solving/issues/72). A new issue in the doc repo will be created to do this.