We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd13ac commit fad0604Copy full SHA for fad0604
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
tags:
8
- 'v*'
9
permissions:
10
- contents: read
+ contents: write
11
id-token: write
12
13
jobs:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@intlify/utils",
3
- "version": "0.13.0",
+ "version": "0.12.0",
4
"description": "Collection of i18n utilities",
5
"keywords": [
6
"i18n",
@@ -68,7 +68,7 @@
68
"scripts": {
69
"prepare": "git config --local core.hooksPath .githooks",
70
"changelog": "gh-changelogen --repo=intlify/utils",
71
- "release": "bumpp --commit \"release: v%s\" --push --tag",
+ "release": "bumpp --commit \"release: v%s\" --all --push --tag",
72
"version": "npx tsx scripts/bump-deno.ts",
73
"fix": "run-p lint format",
74
"lint": "deno lint",
0 commit comments