chore(standard-version): configure all bumpFiles

This commit is contained in:
Gregor Kleen 2021-02-11 16:26:30 +01:00
parent 1be391f5f5
commit e695efb962
3 changed files with 11 additions and 2 deletions

View File

@ -5,7 +5,16 @@ module.exports = {
// postbump: './sync-versions.hs && git add -- package.yaml', // moved to bumpFiles // postbump: './sync-versions.hs && git add -- package.yaml', // moved to bumpFiles
postchangelog: 'sed \'s/^### \\[/## [/g\' -i CHANGELOG.md' postchangelog: 'sed \'s/^### \\[/## [/g\' -i CHANGELOG.md'
}, },
packageFiles: ['package.json', 'package.yaml'],
bumpFiles: [ bumpFiles: [
{
filename: 'package.json',
type: 'json'
},
{
filename: 'package-lock.json',
type: 'json'
},
{ {
filename: 'package.yaml', filename: 'package.yaml',
updater: standardVersionUpdaterYaml updater: standardVersionUpdaterYaml

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "uni2work", "name": "uni2work",
"version": "24.1.3", "version": "24.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "uni2work", "name": "uni2work",
"version": "24.1.4", "version": "24.2.0",
"description": "", "description": "",
"keywords": [], "keywords": [],
"author": "", "author": "",