Phil Haack
3a69237f4e
Merge pull request #492 from semver/list-maintainers
...
Spell out the list of maintainers
2019-02-11 09:32:07 -08:00
Phil Haack
5809cd382e
Spell out the list of maintainers
...
The @semver/maintainers team member list is not publicly displayed even though the team is public. It's only public to members of the org. This PR spells out the list of members and their affiliations.
2019-02-11 09:29:51 -08:00
Haacked
694701e999
Add a governance and RFC document
...
This document describes the new governance model and RFC process for SemVer.
This information will be in the CONTRIBUTING.md file so that GitHub presents this any time someone creates a PR or issue.
2019-02-11 08:56:47 -08:00
Phil Haack
231000ff73
Merge pull request #451 from ExplodingCabbage/patch-1
...
Stylise "backwards compatible" consistently
2019-01-28 13:10:01 -08:00
Phil Haack
3cf341458e
Merge pull request #437 from guillermocalvo/master
...
Fix link to issues
2019-01-28 13:08:58 -08:00
Mark Amery
9e13cffa77
Stylise "backwards compatible" consistently
...
Later in the document, it's consistently spelt with a space, rather than a hyphen - so I figure it should be here, too.
2018-07-25 22:43:29 +01:00
Guillermo Calvo
782601a454
Fix link to issues
2018-04-01 00:31:47 +09:00
Phil Haack
0310cdd5a1
Merge pull request #419 from jwdonahue/patch-1
...
Create CODE_OF_CONDUCT.md file.
2017-12-26 10:06:44 -08:00
Joseph Donahue
d32e2caed6
Create CODE_OF_CONDUCT.md file.
...
Should be SOP for GitHub sites.
2017-12-15 16:33:12 -08:00
Phil Haack
eb9aac590f
Merge pull request #379 from 0atman/patch-1
...
"Gravatars" -> "Gravatar"
2017-06-07 09:26:34 -07:00
Tristram Oaten
347f73f880
"Gravatars" -> "Gravatar"
2017-06-07 14:23:05 +01:00
Phil Haack
df7bd79bda
Merge pull request #374 from johananl/master
...
Add a missing question mark in the FAQ
2017-05-17 13:22:19 -07:00
Johanan Liebermann
e67b603994
Add a missing question mark in the FAQ
2017-05-17 19:40:48 +03:00
Phil Haack
520670dc0e
Merge pull request #312 from krzysiekpiasecki/master
...
Mark keywords
2016-06-08 09:38:43 -07:00
Krzysztof Piasecki
67fe2a35f0
Mark keywords
2016-06-08 12:59:19 +02:00
Phil Haack
91dac1bff9
Merge pull request #310 from krzysiekpiasecki/patch-1
...
Fix CS
2016-06-05 15:14:27 -07:00
Krzysztof Piasecki
bdc6989cb1
Fix CS
2016-06-05 23:23:23 +02:00
Phil Haack
7d25f89990
Merge pull request #234 from beck/doug/to-v-or-not-to-v
...
Address "v" prefixing in the FAQ
2016-02-08 14:26:28 -08:00
Doug Beck
ba78eedf77
Address "v" prefixing in the FAQ
2015-05-05 21:11:39 -04:00
Phil Haack
255bc951da
Merge pull request #194 from ksokhan/patch-2
...
Fixing typo: "dread" --> "dreaded"
2014-04-21 14:10:10 -07:00
Konstantin
05e793243b
Fixing typo: "dread" --> "dreaded"
2014-04-21 16:48:50 -04:00
Phil Haack
a4e6d52b52
Merge pull request #144 from isaacs/railroad
...
Add railroad-diagram svg
2014-02-12 09:10:48 -08:00
Phil Haack
f9e2c4f729
Merge pull request #151 from toddreed/master
...
Fixed inconsistent language about build metadata and precedence
2013-08-11 12:39:38 -07:00
Todd Reed
a27ac08e16
Fixed inconsistent language about how build metadata and precedence
2013-08-11 10:24:46 -06:00
Phil Haack
f1ab1fabaf
Merge pull request #116 from isaacs/bnf
...
Add BNF Grammar for valid version strings
2013-08-06 09:09:51 -07:00
isaacs
5faa8fe870
Add railroad-diagram svg
...
Generated via http://www.regexplained.co.uk/
2013-07-24 15:05:22 -07:00
Phil Haack
9402b8ff19
Merge pull request #142 from wincent/wrap-fix
...
Fix wrapping of overlength line in Summary section
2013-07-21 15:02:16 -07:00
Wincent Colaiuta
a2769c455b
Fix wrapping of overlength line in Summary section
2013-07-21 10:17:48 -07:00
Phil Haack
be43a960cc
Merge pull request #140 from bessarabov/patch-1
...
Update semver.md
2013-07-18 09:26:51 -07:00
Ivan Bessarabov
ffcf2151ac
Update semver.md
...
In the other part of the document the word 'SemVer' is used. I think it is a good idea to use same word in the document.
2013-07-18 17:53:56 +04:00
Phil Haack
8607e3d347
Merge pull request #131 from EddieGarmon/issue-130
...
Add 'also' to clarify that major change may also include minor and patch...
2013-07-02 14:16:59 -07:00
Eddie Garmon
dab9870ceb
Add 'also' to clarify that major change may also include minor and patch changes.
2013-07-02 14:07:13 -04:00
Phil Haack
9378560781
Merge pull request #125 from doismellburning/remove_trailing_whitespace
...
Removed trailing whitespace
2013-06-21 09:06:46 -07:00
Kristian Glass
b6ccdcefc8
Removed trailing whitespace
2013-06-21 14:40:04 +01:00
isaacs
5f00f5717c
bnf: Remove unused 'letters', 'non-digits'
...
via: @EddieGarmon
2013-06-19 16:59:46 -07:00
isaacs
9e6ab3ecdb
bnf: Simplify 'alphanumeric identifier'
2013-06-19 14:12:26 -07:00
Eddie Garmon
cb5632f1c2
Improve BNF grammar
...
Better names, more intuitive ordering.
2013-06-19 14:04:10 -07:00
isaacs
375b063e90
Add BNF Grammar for valid version strings
...
Written in collaboration with @petermichaux
Closes #110
2013-06-19 14:04:02 -07:00
Phil Haack
7c834b3f3a
Merge pull request #120 from mojombo/release-2.0
...
Mark 2.0.0 as RTM
2013-06-18 10:14:52 -07:00
Haacked
9eca13516c
Mark 2.0.0 as RTM
2013-06-17 13:20:33 -07:00
Phil Haack
413db686ba
Merge pull request #118 from Tieske/increments
...
increments by one
2013-06-15 12:35:14 -07:00
Thijs Schreijer
2bfa9b0cba
removed increments by 1
2013-06-15 08:57:37 +02:00
Thijs Schreijer
7b6a13b4de
by one -> SHOULD, not MUST
2013-06-14 21:34:59 +02:00
Phil Haack
bfa82b5405
Merge pull request #115 from isaacs/no-leading-zeroes
...
No leading zeroes on numeric identifiers
2013-06-13 21:07:54 -07:00
isaacs
9248bf1b25
No leading zeroes on numeric identifiers
...
Closes mojombo/semver#112
2013-06-13 17:00:13 -07:00
Phil Haack
17f64bceed
Merge pull request #92 from jeffhandley/summary
...
Fixes #12 with a new PR, updated to reflect pre-release and build metadata.
2013-06-13 09:26:26 -07:00
Phil Haack
3054e890a0
Merge pull request #109 from mojombo/build-metadata-clarification
...
Build metadata clarification
2013-06-10 16:49:53 -07:00
Phil Haack
fed7399185
Merge pull request #107 from mojombo/clarify-prerelease
...
Section 9: Clarify pre-release definition
2013-06-10 16:48:06 -07:00
Haacked
ec887c3b97
Be more precise about version precedence
2013-06-10 09:43:24 -07:00
Haacked
3071b5d2d5
Clarify non-empty build metadata
...
- Build metadata identifiers MUST not be empty.
- Changed "are" to "have" when discussing version precedence. We usually
say a version HAS a precedence not that it IS a precedence.
2013-06-10 09:43:23 -07:00