Skip to content

Commit

Permalink
git describe --tags
Browse files Browse the repository at this point in the history
  • Loading branch information
huww98 committed Dec 31, 2023
1 parent e460fd6 commit b93f93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = defineConfig({
},
plugins: [
new webpack.DefinePlugin({
VERSION: JSON.stringify(execSync('git describe --always --dirty', { encoding: 'utf8' }).trim()),
VERSION: JSON.stringify(execSync('git describe --tags --always --dirty', { encoding: 'utf8' }).trim()),
}),
],
},
Expand Down

0 comments on commit b93f93d

Please sign in to comment.