Change release process for 2.0
Tag release as soon as version bumps No longer use release branch Remove merge step as it is no longer needed.
This commit is contained in:
parent
baced3152f
commit
12a8d90ef0
5 changed files with 24 additions and 164 deletions
|
@ -50,7 +50,7 @@ new Promise((resolve, reject) => {
|
|||
tempDir = dirPath
|
||||
// copy files from `/npm` to temp directory
|
||||
files.forEach((name) => {
|
||||
const noThirdSegment = name === 'README.md' || 'LICENSE'
|
||||
const noThirdSegment = name === 'README.md' || name === 'LICENSE'
|
||||
fs.writeFileSync(
|
||||
path.join(tempDir, name),
|
||||
fs.readFileSync(path.join(__dirname, '..', noThirdSegment ? '' : 'npm', name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue