From 98a517554b6b3c5c1e44b25691e8acc58b5481c2 Mon Sep 17 00:00:00 2001 From: bby-bishopclark <30503374+bby-bishopclark@users.noreply.github.com> Date: Fri, 12 Oct 2018 10:29:41 -0700 Subject: [PATCH] Don't pluralize with apostrophes Apostrophes aren't for pluralization. Let's avoid that. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58a0859..a873fcc 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Tito offers the following features: - Tag new releases with incremented RPM version or release. - Auto-generate spec file changelog based on git history since last tag. - - Create reliable tar.gz's with consistent checksums from any tag. + - Create reliable tar.gz files with consistent checksums from any tag. - Build source and binary rpms off any tag. - Build source and binary "test" rpms off most recently committed code. - - Build multiple source rpms with appropriate disttag's for submission to the + - Build multiple source rpms with appropriate disttags for submission to the Koji build system - Build rpms via the "mock" tool. - On a per-branch basis in git: @@ -73,7 +73,7 @@ From your git repository: This will create a top-level metadata directory called ".tito/" and commit it to git. This directory will store tito's configuration and package metadata on -a per branch basis. It will be filtered out when creating .tar.gz's. +a per branch basis. It will be filtered out when creating .tar.gz files. TAGGING PACKAGES