From b534eea24fba0a1f3bce1e5b14754f3f7da6a257 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sat, 3 Oct 2020 14:14:08 +0200 Subject: [PATCH] Adds label command to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfae231..9357cfa 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Command line tool to create and manage community campaigns. `campaigner` takes c - `campaigner init` generates the campaign file, linking it to the jira instance and github repository and to the epic issue that will host each campaign ticket. - `campaigner add` parses information from different sources and uses it to generate tickets for the campaign. + - `campaigner label` lists and modifies the campaign's labels for GitHub. - `campaigner publish` builds the tickets information and publishes it both to jira and github. - `campaigner sync` downloads updated information of the campaign progress. - `campaigner status` shows the current campaign data and progression.