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 63c05eb commit 5f21dbaCopy full SHA for 5f21dba
.release-it.json
@@ -8,7 +8,7 @@
8
"requireCommits": false,
9
"addUntrackedFiles": false,
10
"commit": true,
11
- "commitMessage": "Release ${version}",
+ "commitMessage": "Release v${version}",
12
"tag": true,
13
"tagAnnotation": "${version}",
14
"push": true,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prettier-sql",
3
- "version": "5.0.0-beta.1",
+ "version": "5.0.0",
4
"description": "Format whitespace in a SQL query to make it more readable",
5
"license": "MIT",
6
"main": "lib/index.js",
0 commit comments