chore: prepare to move back to main repo#next
This commit is contained in:
		
							parent
							
								
									d9eeb3fcae
								
							
						
					
					
						commit
						22a283a027
					
				
							
								
								
									
										24
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								README.md
									
									
									
									
									
								
							| @ -1,8 +1,20 @@ | |||||||
| # semantic-release-scripts | # semantic-release | ||||||
| [](https://travis-ci.org/semantic-release/scripts) | [](https://travis-ci.org/semantic-release/semantic-release) | ||||||
| [](https://coveralls.io/r/semantic-release/scripts) | [](https://coveralls.io/github/semantic-release/semantic-release?branch=next) | ||||||
| [](https://david-dm.org/semantic-release/scripts) | [](https://david-dm.org/semantic-release/semantic-release/next) | ||||||
| [](https://david-dm.org/semantic-release/scripts#info=devDependencies) | [](https://david-dm.org/semantic-release/semantic-release/next#info=devDependencies) | ||||||
| [](https://github.com/feross/standard) | [](https://github.com/feross/standard) | ||||||
| 
 | 
 | ||||||
| [](https://nodei.co/npm/semantic-release-scripts/) | [](https://nodei.co/npm/semantic-release/) | ||||||
|  | 
 | ||||||
|  | ## What is `semantic-release` about? | ||||||
|  | 
 | ||||||
|  | At its core `semantic-release` is a set of conventions that gives you entirely automated, semver-compliant package publishing. _Coincidentally_ these conventions make sense on their own, like having meaningful commit messages. | ||||||
|  | 
 | ||||||
|  | [](https://www.youtube.com/watch?v=tc2UgG5L7WM&index=6&list=PLFZ5NyC0xHDaaTy6tY9p0C0jd_rRRl5Zm) | ||||||
|  | 
 | ||||||
|  | > This talk gives you a complete introduction to the underlying concepts | ||||||
|  | 
 | ||||||
|  | The next branch is a completely rewritten version of `semantic-release`, that isn't fully tested and documented yet. | ||||||
|  | It has lots and lots of great new features, but also breaks a lot of things. | ||||||
|  | Unless you're adventurous you should look at the [stable master branch](https://github.com/semantic-release/semantic-release/tree/master). | ||||||
|  | |||||||
							
								
								
									
										19
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								package.json
									
									
									
									
									
								
							| @ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|   "name": "semantic-release-scripts", |   "name": "semantic-release", | ||||||
|   "description": "automated semver compliant package publishing", |   "description": "automated semver compliant package publishing", | ||||||
|   "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)", |   "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)", | ||||||
|   "bin": { |   "bin": { | ||||||
|     "semantic-release-scripts": "./bin/semantic-release.js" |     "semantic-release": "./bin/semantic-release.js" | ||||||
|   }, |   }, | ||||||
|   "bugs": { |   "bugs": { | ||||||
|     "url": "https://github.com/semantic-release/scripts/issues" |     "url": "https://github.com/semantic-release/semantic-release/issues" | ||||||
|   }, |   }, | ||||||
|   "bundleDependencies": [ |   "bundleDependencies": [ | ||||||
|     "@semantic-release/commit-analyzer", |     "@semantic-release/commit-analyzer", | ||||||
| @ -52,7 +52,7 @@ | |||||||
|     "standard": "^4.2.1", |     "standard": "^4.2.1", | ||||||
|     "tap": "^1.3.1" |     "tap": "^1.3.1" | ||||||
|   }, |   }, | ||||||
|   "homepage": "https://github.com/semantic-release/scripts#readme", |   "homepage": "https://github.com/semantic-release/semantic-release/tree/next#readme", | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "author", |     "author", | ||||||
|     "automation", |     "automation", | ||||||
| @ -65,15 +65,22 @@ | |||||||
|     "version" |     "version" | ||||||
|   ], |   ], | ||||||
|   "license": "MIT", |   "license": "MIT", | ||||||
|   "main": "src/index.js", |   "main": "dist/index.js", | ||||||
|  |   "publishConfig": { | ||||||
|  |     "tag": "next" | ||||||
|  |   }, | ||||||
|  |   "release": { | ||||||
|  |     "branch": "next" | ||||||
|  |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|     "url": "git+https://github.com/semantic-release/scripts.git" |     "url": "git+https://github.com/semantic-release/semantic-release.git" | ||||||
|   }, |   }, | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "build": "rimraf dist && mkdirp dist && babel src --out-dir dist", |     "build": "rimraf dist && mkdirp dist && babel src --out-dir dist", | ||||||
|     "coverage": "nyc report", |     "coverage": "nyc report", | ||||||
|     "coverage:upload": "npm run coverage -- --reporter=lcovonly && coveralls < coverage/lcov.info", |     "coverage:upload": "npm run coverage -- --reporter=lcovonly && coveralls < coverage/lcov.info", | ||||||
|  |     "prepublish": "npm run build", | ||||||
|     "pretest:integration": "npm run build && npm run test:build", |     "pretest:integration": "npm run build && npm run test:build", | ||||||
|     "pretest:unit": "npm run build && npm run test:build", |     "pretest:unit": "npm run build && npm run test:build", | ||||||
|     "semantic-release": "./bin/semantic-release.js pre && npm dedupe && npm publish && ./bin/semantic-release.js post", |     "semantic-release": "./bin/semantic-release.js pre && npm dedupe && npm publish && ./bin/semantic-release.js post", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user