remove some beginner-unfriendly terms from docs

This commit is contained in:
Shelley Vohr 2018-05-07 08:46:14 -07:00
parent 9c8952aef0
commit 52e3d5e4f0
No known key found for this signature in database
GPG key ID: F13993A75599653C
13 changed files with 21 additions and 24 deletions

View file

@ -31,7 +31,7 @@ There are several major changes from our 1.x strategy outlined below. Each chang
1. Strict use of semver
2. Introduction of semver-compliant `-beta` tags
3. Introduction of [conventional commit messages](https://conventionalcommits.org/)
4. Clearly defined stabilization branches
4. Well-defined stabilization branches
5. The `master` branch is versionless; only stabilization branches contain version information
We will cover in detail how git branching works, how npm tagging works, what developers should expect to see, and how one can backport changes.