@taiga-ui/release-it-config 0.207.0 → 0.208.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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -26,7 +26,7 @@ module.exports = {
26
26
  },
27
27
  hooks: {
28
28
  'after:bump': [
29
- 'git tag v${version}', // for include last tag inside CHANGELOG
29
+ 'git tag v${version} > /dev/null', // for include last tag inside CHANGELOG
30
30
  'echo "new version is v${version}"',
31
31
  `${changelog} --template ${path}/templates/changelog.hbs -p > /dev/null`,
32
32
  'npx prettier CHANGELOG.md --write > /dev/null',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/release-it-config",
3
- "version": "0.207.0",
3
+ "version": "0.208.0",
4
4
  "description": "Taiga UI release-it config",
5
5
  "keywords": [
6
6
  "release-it"