@taiga-ui/release-it-config 0.415.0 → 0.416.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 +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -40,8 +40,6 @@ module.exports = {
40
40
  },
41
41
  hooks: {
42
42
  'after:bump': [
43
- 'git fetch --prune --prune-tags origin', // cleanup git workspace
44
- 'git tag v${version}', // for include last tag inside CHANGELOG
45
43
  'echo "new version is v${version}"',
46
44
  `${changelog} --prepend --starting-version v$\{version} -p > /dev/null`,
47
45
  '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.415.0",
3
+ "version": "0.416.0",
4
4
  "description": "Taiga UI release-it config",
5
5
  "keywords": [
6
6
  "release-it"