@jozwiaczek-test-org/npm-publishing
Advanced tools
Comparing version 2.35.0 to 2.36.0
const fs = require('fs'); | ||
console.log('Node build script'); | ||
const [nextVersion] = process.argv.slice(2); | ||
console.log(nextVersion); | ||
console.log(process.env.TMP); | ||
const [nextRelease] = process.argv.slice(2); | ||
console.log('NEXT OBJECT:', nextRelease); | ||
console.log('ENV:', process.env.TMP); | ||
const changelog = fs.readFileSync(`./CHANGELOG.md`, 'utf8'); | ||
@@ -7,0 +7,0 @@ console.log('Changelog:', changelog); |
@@ -0,1 +1,8 @@ | ||
# [2.36.0](https://github.com/Jozwiaczek/npm-publishing-demo/compare/v2.35.0...v2.36.0) (2021-04-29) | ||
### Features | ||
* asdasd ([34fd303](https://github.com/Jozwiaczek/npm-publishing-demo/commit/34fd3035966d485f52a667eabe133f10c2b4cc99)) | ||
# [2.35.0](https://github.com/Jozwiaczek/npm-publishing-demo/compare/v2.34.0...v2.35.0) (2021-04-29) | ||
@@ -2,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "2.35.0", | ||
"version": "2.36.0", | ||
"main": "dist/index.js", | ||
@@ -8,0 +8,0 @@ "types": "dist/index.d.ts", |
@@ -17,3 +17,3 @@ module.exports = { | ||
{ | ||
prepareCmd: 'yarn preCheckScript && yarn checkScript ${nextRelease.version}', | ||
prepareCmd: 'yarn preCheckScript && yarn checkScript ${nextRelease}', | ||
}, | ||
@@ -20,0 +20,0 @@ ], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2278094