Don't pluralize with apostrophes

Apostrophes aren't for pluralization.  Let's avoid that.
This commit is contained in:
bby-bishopclark 2018-10-12 10:29:41 -07:00 committed by GitHub
parent 1d311e7916
commit 98a517554b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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