@taiga-ui/release-it-config 0.557.0 → 0.558.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.release-it.js +1 -1
  2. package/package.json +2 -2
package/.release-it.js CHANGED
@@ -67,7 +67,7 @@ module.exports = {
67
67
  'git fetch --prune --prune-tags origin',
68
68
  'git add CHANGELOG.md',
69
69
  'npx syncer || echo ""',
70
- 'npm run after:bump -s || echo ""',
70
+ 'npm run after:bump --if-present -s',
71
71
  'git add .',
72
72
  ],
73
73
  'after:release':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/release-it-config",
3
- "version": "0.557.0",
3
+ "version": "0.558.0",
4
4
  "description": "Taiga UI release-it config",
5
5
  "keywords": [
6
6
  "release-it"
@@ -35,7 +35,7 @@
35
35
  "main": ".release-it.js",
36
36
  "peerDependencies": {
37
37
  "@release-it/conventional-changelog": "^12.0.0",
38
- "@taiga-ui/auto-changelog-config": "^0.557.0",
38
+ "@taiga-ui/auto-changelog-config": "^0.558.0",
39
39
  "release-it": "^20.2.0"
40
40
  },
41
41
  "publishConfig": {