Reset first public version to 1.0.0-draft.10

Draft 10 simply fixed a GitHub Pages related formatting issue with
links, otherwise it's identical to draft 9.
This commit is contained in:
2017-07-03 15:46:44 +01:00
parent 257695ab5f
commit 437416ddf4
3 changed files with 27 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ description: >
author: Jim Myhrberg author: Jim Myhrberg
versions: versions:
- 1.0.0-draft.9 - 1.0.0-draft.10
gems: gems:
- jekyll-sitemap - jekyll-sitemap

View File

@@ -1,9 +1,9 @@
--- ---
title: Git Common-Flow 1.0.0-draft.9 title: Git Common-Flow 1.0.0-draft.10
version: 1.0.0-draft.9 version: 1.0.0-draft.10
--- ---
Git Common-Flow 1.0.0-draft.9 Git Common-Flow 1.0.0-draft.10
============================= ==============================
Summary Summary
------- -------
@@ -87,13 +87,15 @@ interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
discuss the changes with others there. discuss the changes with others there.
3. Git Best Practices 3. Git Best Practices
1. All commit messages SHOULD follow the Commit Guidelines and format from 1. All commit messages SHOULD follow the Commit Guidelines and format from
the official git documentation: the official git
documentation:
<https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project> <https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project>
2. You SHOULD always use "--force-with-lease" when doing a force push. The 2. You SHOULD always use "--force-with-lease" when doing a force push. The
plain "--force" option is dangerous and destructive. More information: plain "--force" option is dangerous and destructive. More
information:
<https://developer.atlassian.com/blog/2015/04/force-with-lease/> <https://developer.atlassian.com/blog/2015/04/force-with-lease/>
3. You SHOULD understand and be comfortable with rebasing: 3. You SHOULD understand and be comfortable with
<https://git-scm.com/book/en/v2/Git-Branching-Rebasing> rebasing: <https://git-scm.com/book/en/v2/Git-Branching-Rebasing>
4. It is RECOMMENDED that you always do "git pull --rebase" instead of "git 4. It is RECOMMENDED that you always do "git pull --rebase" instead of "git
pull" to avoid unnecessary merge commits. You can make this the default pull" to avoid unnecessary merge commits. You can make this the default
behavior of "git pull" with "git config --global pull.rebase true". behavior of "git pull" with "git config --global pull.rebase true".
@@ -108,9 +110,9 @@ interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
2. If you are using a "VERSION" file in the root of the project, this MUST 2. If you are using a "VERSION" file in the root of the project, this MUST
only contain the exact version string. only contain the exact version string.
3. The version string SHOULD follow the Semantic Versioning 3. The version string SHOULD follow the Semantic Versioning
(<http://semver.org/>) format. Use of Semantic Versioning is OPTIONAL, but (<http://semver.org/>) format. Use of Semantic Versioning is OPTIONAL,
the version string MUST NOT have a "v" prefix. For example "v2.11.4" is but the version string MUST NOT have a "v" prefix. For example "v2.11.4"
bad, and "2.11.4" is good. is bad, and "2.11.4" is good.
5. Releases 5. Releases
1. To create a new release, you MUST create a "version bump" commit directly 1. To create a new release, you MUST create a "version bump" commit directly
on the master branch which changes the hard-coded version value of the on the master branch which changes the hard-coded version value of the

View File

@@ -1,9 +1,9 @@
--- ---
title: Git Common-Flow 1.0.0-draft.9 title: Git Common-Flow 1.0.0-draft.10
version: 1.0.0-draft.9 version: 1.0.0-draft.10
--- ---
Git Common-Flow 1.0.0-draft.9 Git Common-Flow 1.0.0-draft.10
============================= ==============================
Summary Summary
------- -------
@@ -87,13 +87,15 @@ interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
discuss the changes with others there. discuss the changes with others there.
3. Git Best Practices 3. Git Best Practices
1. All commit messages SHOULD follow the Commit Guidelines and format from 1. All commit messages SHOULD follow the Commit Guidelines and format from
the official git documentation: the official git
documentation:
<https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project> <https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project>
2. You SHOULD always use "--force-with-lease" when doing a force push. The 2. You SHOULD always use "--force-with-lease" when doing a force push. The
plain "--force" option is dangerous and destructive. More information: plain "--force" option is dangerous and destructive. More
information:
<https://developer.atlassian.com/blog/2015/04/force-with-lease/> <https://developer.atlassian.com/blog/2015/04/force-with-lease/>
3. You SHOULD understand and be comfortable with rebasing: 3. You SHOULD understand and be comfortable with
<https://git-scm.com/book/en/v2/Git-Branching-Rebasing> rebasing: <https://git-scm.com/book/en/v2/Git-Branching-Rebasing>
4. It is RECOMMENDED that you always do "git pull --rebase" instead of "git 4. It is RECOMMENDED that you always do "git pull --rebase" instead of "git
pull" to avoid unnecessary merge commits. You can make this the default pull" to avoid unnecessary merge commits. You can make this the default
behavior of "git pull" with "git config --global pull.rebase true". behavior of "git pull" with "git config --global pull.rebase true".
@@ -108,9 +110,9 @@ interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
2. If you are using a "VERSION" file in the root of the project, this MUST 2. If you are using a "VERSION" file in the root of the project, this MUST
only contain the exact version string. only contain the exact version string.
3. The version string SHOULD follow the Semantic Versioning 3. The version string SHOULD follow the Semantic Versioning
(<http://semver.org/>) format. Use of Semantic Versioning is OPTIONAL, but (<http://semver.org/>) format. Use of Semantic Versioning is OPTIONAL,
the version string MUST NOT have a "v" prefix. For example "v2.11.4" is but the version string MUST NOT have a "v" prefix. For example "v2.11.4"
bad, and "2.11.4" is good. is bad, and "2.11.4" is good.
5. Releases 5. Releases
1. To create a new release, you MUST create a "version bump" commit directly 1. To create a new release, you MUST create a "version bump" commit directly
on the master branch which changes the hard-coded version value of the on the master branch which changes the hard-coded version value of the