From f5947834500babb87bc90b7e588674f519c9f3a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Silva=20de=20Souza?=
<77391175+joao-paulo-parity@users.noreply.github.com>
Date: Thu, 15 Dec 2022 10:26:19 -0300
Subject: [PATCH] Update README.md
---
README.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index eb8e8ebb..11eef231 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# TOC
- [Introduction](#introduction)
+- [Reserving crates](#reserving-crates)
- [Usage](#usage)
- [GitHub Actions](#usage-github-actions)
- [GitLab Jobs](#usage-gitlab-jobs)
- [Locally](#usage-locally)
-- [Reserving crates](#reserving-crates)
- [Development](#development)
- [Repository structure](#development-repository-structure)
- [External consumption](#development-repository-structure-external-consumption)
@@ -22,6 +22,15 @@ This repository contains scripts managed and used by
See the [Tools wiki page](https://github.com/paritytech/releng-scripts/wiki/Tools#TOC) for information on the functionality provided through this repository.
+# Reserving crates
+
+1. Go to https://github.com/paritytech/releng-scripts/actions/workflows/reserve-crate.yml
+2. Click the "Run workflow" button to access the workflow's form
+3. Fill and send the workflow's form. After that a workflow run
+ ([example](https://github.com/paritytech/releng-scripts/actions/runs/3642900863/attempts/1))
+ will be created; you might need to refresh the page in order to see it.
+4. Wait for the workflow run to finish
+
# Usage
## GitHub Actions
@@ -51,15 +60,6 @@ job:
Clone this repository and run the scripts
-# Reserving crates
-
-1. Go to https://github.com/paritytech/releng-scripts/actions/workflows/reserve-crate.yml
-2. Click the "Run workflow" button to access the workflow's form
-3. Fill and send the workflow's form. After that a workflow run
- ([example](https://github.com/paritytech/releng-scripts/actions/runs/3642900863/attempts/1))
- will be created; you might need to refresh the page in order to see it.
-4. Wait for the workflow run to finish
-
# Development
## Repository structure