提交 121f0a40 编写于 作者: M Matthew Andrews

Make deployment process as it was to begin with

上级 5b7e895a
language: node_js
script: make test
before_deploy:
- npm-prepublish --verbose --lax
deploy:
provider: npm
email: matt@mattandre.ws
......
......@@ -10,15 +10,18 @@ minor version "1.x.x" bump is in order.
To prepare the release commit:
1. Edit the npm [package.json](https://github.com/github/fetch/blob/master/package.json)
1. Edit the [bower.json](https://github.com/github/fetch/blob/master/bower.json)
`version` value.
2. Make a single commit with the description as "Fetch 1.x.x".
3. Finally, tag the commit with `v1.x.x`.
2. Change the npm [package.json](https://github.com/github/fetch/blob/master/package.json)
`version` value to match.
3. Make a single commit with the description as "Fetch 1.x.x".
4. Finally, tag the commit with `v1.x.x`.
```
$ git pull
$ vim bower.json
$ vim package.json
$ git add package.json
$ git add bower.json package.json
$ git commit -m "Fetch 1.x.x"
$ git tag v1.x.x
$ git push
......
{
"name": "fetch",
"version": "0.4.0",
"main": "fetch.js",
"devDependencies": {
"es6-promise": "1.0.0"
......
......@@ -2,7 +2,6 @@
"name": "whatwg-fetch",
"version": "0.4.0",
"main": "fetch.js",
"private": true,
"devDependencies": {
"bower": "1.3.8",
"chai": "1.10.0",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册