We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2bb6e commit d2aafa7Copy full SHA for d2aafa7
release/.release-it.cjs
@@ -28,10 +28,9 @@ module.exports = {
28
push: release,
29
},
30
hooks: {
31
- // 'before:init': [], // run before initialization
+ 'before:init': ['yarn i18n'], // run before initialization
32
// 'after:[my-plugin]:bump': './bin/my-script.sh', // run after bumping version of my-plugin
33
'after:bump': [
34
- 'yarn i18n',
35
'yarn build && echo ✅ build success',
36
release
37
? 'yarn sync:version && echo ✅ sync version success'
0 commit comments