mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-08 12:06:50 +01:00
geolocation added on offerCar and travel page
This commit is contained in:
30
www/lib/ui-leaflet/grunt/bump.js
Normal file
30
www/lib/ui-leaflet/grunt/bump.js
Normal file
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (grunt, options) {
|
||||
return {
|
||||
options: {
|
||||
files: ['package.json', 'bower.json'],
|
||||
updateConfigs: [],
|
||||
commit: true,
|
||||
commitMessage: 'Release v%VERSION%',
|
||||
commitFiles: [
|
||||
'CHANGELOG.md',
|
||||
'package.json',
|
||||
'bower.json',
|
||||
'dist/<%= pkg.name %>.js',
|
||||
'dist/<%= pkg.name %>.min.js',
|
||||
'dist/<%= pkg.name %>.min.no-header.js',
|
||||
'dist/<%= pkg.name %>.js',
|
||||
'dist/<%= pkg.name %>_dev_mapped.js',
|
||||
'dist/<%= pkg.name %>_dev_mapped.js.map',
|
||||
'dist/architecture/**/*'
|
||||
],
|
||||
createTag: true,
|
||||
tagName: 'v%VERSION%',
|
||||
tagMessage: 'Version %VERSION%',
|
||||
push: false,
|
||||
pushTo: 'origin',
|
||||
gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d'
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user