Files
carpseeds.pl/wp-content/plugins/elementor-3.2.5-bck4/.grunt-config/shell.js
2024-07-15 11:28:08 +02:00

12 lines
162 B
JavaScript

const shell = {
git_add_all: {
command: [
'git add --all',
'git commit -m "Bump to <%= pkg.version %>"'
].join( '&&' )
}
};
module.exports = shell;