mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
parent
2f8e4748ac
commit
8cfa3e765e
@ -169,8 +169,8 @@ cutting new releases.
|
|||||||
|
|
||||||
1. Include all new functional changes in the CHANGELOG.
|
1. Include all new functional changes in the CHANGELOG.
|
||||||
2. Use a dedicated commit to increment the version. The version needs to be
|
2. Use a dedicated commit to increment the version. The version needs to be
|
||||||
added to the CHANGELOG (inc. date), and the `bower.json`, `component.json`,
|
added to the CHANGELOG (inc. date), the `package.json`, and `normalize.css`
|
||||||
and `normalize.css` files.
|
files.
|
||||||
3. The commit message must be of `v0.0.0` format.
|
3. The commit message must be of `v0.0.0` format.
|
||||||
4. Create an annotated tag for the version: `git tag -m "v0.0.0" 0.0.0`.
|
4. Create an annotated tag for the version: `git tag -m "v0.0.0" 0.0.0`.
|
||||||
5. Push the changes and tags to GitHub: `git push --tags origin master`
|
5. Push the changes and tags to GitHub: `git push --tags origin master`
|
||||||
|
@ -12,8 +12,6 @@ normalizing.
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
* [npm](http://npmjs.org/): `npm install --save normalize.css`
|
* [npm](http://npmjs.org/): `npm install --save normalize.css`
|
||||||
* [Component(1)](https://github.com/component/component/): `component install necolas/normalize.css`
|
|
||||||
* [Bower](http://bower.io/): `bower install --save normalize.css`
|
|
||||||
* [cdnjs](https://cdnjs.com/libraries/normalize)
|
* [cdnjs](https://cdnjs.com/libraries/normalize)
|
||||||
* [Download](http://necolas.github.io/normalize.css/latest/normalize.css).
|
* [Download](http://necolas.github.io/normalize.css/latest/normalize.css).
|
||||||
|
|
||||||
|
13
bower.json
13
bower.json
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "normalize-css",
|
|
||||||
"version": "3.0.3",
|
|
||||||
"main": "normalize.css",
|
|
||||||
"author": "Nicolas Gallagher",
|
|
||||||
"ignore": [
|
|
||||||
"CHANGELOG.md",
|
|
||||||
"CONTRIBUTING.md",
|
|
||||||
"component.json",
|
|
||||||
"package.json",
|
|
||||||
"test.html"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "normalize.css",
|
|
||||||
"repo": "necolas/normalize.css",
|
|
||||||
"version": "3.0.3",
|
|
||||||
"styles": ["normalize.css"],
|
|
||||||
"author": "Nicolas Gallagher",
|
|
||||||
"license": "MIT"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user