Searched refs:BUMP_COMMIT_MESSAGE (Results 1 – 4 of 4) sorted by relevance
11 const BUMP_COMMIT_MESSAGE = '[ci][monorepo] bump package versions'; constant13 module.exports = {BUMP_COMMIT_MESSAGE}; field
13 const {BUMP_COMMIT_MESSAGE} = require('./constants');83 commitMessage.startsWith(BUMP_COMMIT_MESSAGE);
12 const {BUMP_COMMIT_MESSAGE} = require('../constants');34 stdout: BUMP_COMMIT_MESSAGE,
16 const {BUMP_COMMIT_MESSAGE} = require('../constants');170 exec(`git commit -a -m "${BUMP_COMMIT_MESSAGE}"`, {cwd: ROOT_LOCATION});