File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/apache/couchdb-nano.svg?branch=master )] ( https://travis-ci.org/apache/couchdb-nano ) ![ Coverage] ( https://img.shields.io/badge/coverage-100%-ff69b4.svg ) [ ![ dependencies Status] ( https://david-dm.org/apache/couchdb-nano/status.svg )] ( https://david-dm.org/apache/couchdb-nano ) [ ![ NPM] ( http://img.shields.io/npm/v/nano.svg?style=flat-square )] ( https://www.npmjs.com/package/nano )
1
+ [ ![ Build Status] ( https://travis-ci.org/apache/couchdb-nano.svg?branch=main )] ( https://travis-ci.org/apache/couchdb-nano ) ![ Coverage] ( https://img.shields.io/badge/coverage-100%-ff69b4.svg ) [ ![ dependencies Status] ( https://david-dm.org/apache/couchdb-nano/status.svg )] ( https://david-dm.org/apache/couchdb-nano ) [ ![ NPM] ( http://img.shields.io/npm/v/nano.svg?style=flat-square )] ( https://www.npmjs.com/package/nano )
2
2
3
3
# Nano
4
4
@@ -1389,24 +1389,24 @@ npm run test
1389
1389
* code: ` git clone git: // github.com/apache/couchdb-nano.git`
1390
1390
* home: < http: // github.com/apache/couchdb-nano>
1391
1391
* bugs: < http: // github.com/apache/couchdb-nano/issues>
1392
- * build: [! [Build Status](https: // travis-ci.org/apache/couchdb-nano.svg?branch=master )](https://travis-ci.org/apache/couchdb-nano)
1392
+ * build: [! [Build Status](https: // travis-ci.org/apache/couchdb-nano.svg?branch=main )](https://travis-ci.org/apache/couchdb-nano)
1393
1393
* deps: [! [dependencies Status](https: // david-dm.org/apache/couchdb-nano/status.svg)](https://david-dm.org/apache/couchdb-nano)
1394
1394
* chat: [Freenode IRC @ #couchdb- dev][8 ]
1395
1395
1396
1396
[1 ]: http: // npmjs.org
1397
1397
[2 ]: http: // github.com/apache/couchdb-nano/issues
1398
- [4 ]: https: // github.com/apache/couchdb-nano/blob/master /cfg/couch.example.js
1398
+ [4 ]: https: // github.com/apache/couchdb-nano/blob/main /cfg/couch.example.js
1399
1399
[8 ]: http: // webchat.freenode.net?channels=%23couchdb-dev
1400
1400
[request]: https: // github.com/request/request
1401
1401
1402
1402
http: // freenode.org/
1403
1403
1404
1404
## Release
1405
1405
1406
- To create a new release of nano . Run the following commands on the master branch
1406
+ To create a new release of nano . Run the following commands on the main branch
1407
1407
1408
1408
` ` ` sh
1409
1409
npm version {patch|minor|major}
1410
- github push origin master --tags
1410
+ github push origin main --tags
1411
1411
npm publish
1412
1412
` ` `
You can’t perform that action at this time.
0 commit comments