We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cce48 commit 758f6b1Copy full SHA for 758f6b1
index.js
@@ -13,7 +13,7 @@ const standardChangelog = require('standard-changelog')
13
14
const PACKAGE_PATH = `${ process.env.PWD }/package.json`
15
, CHANGELOG_PATH = `${ process.env.PWD }/CHANGELOG.md`
16
- , RC_PREID = 'rc'
+ , RC_PREID = process.env.RELEASE_CANDIDATE_PREID || 'rc'
17
18
const VERSION = require(PACKAGE_PATH).version
19
0 commit comments