Skip to content

Commit fad0604

Browse files
committed
update
1 parent 4dd13ac commit fad0604

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
tags:
88
- 'v*'
99
permissions:
10-
contents: read
10+
contents: write
1111
id-token: write
1212

1313
jobs:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/utils",
3-
"version": "0.13.0",
3+
"version": "0.12.0",
44
"description": "Collection of i18n utilities",
55
"keywords": [
66
"i18n",
@@ -68,7 +68,7 @@
6868
"scripts": {
6969
"prepare": "git config --local core.hooksPath .githooks",
7070
"changelog": "gh-changelogen --repo=intlify/utils",
71-
"release": "bumpp --commit \"release: v%s\" --push --tag",
71+
"release": "bumpp --commit \"release: v%s\" --all --push --tag",
7272
"version": "npx tsx scripts/bump-deno.ts",
7373
"fix": "run-p lint format",
7474
"lint": "deno lint",

0 commit comments

Comments
 (0)