From fad0604544797a0a8bb7c88e08a79be595bffa14 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sun, 3 Mar 2024 02:21:32 +0900 Subject: [PATCH] update --- .github/workflows/release.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2256b6a..95f968f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: tags: - 'v*' permissions: - contents: read + contents: write id-token: write jobs: diff --git a/package.json b/package.json index d8999ad..e76223b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intlify/utils", - "version": "0.13.0", + "version": "0.12.0", "description": "Collection of i18n utilities", "keywords": [ "i18n", @@ -68,7 +68,7 @@ "scripts": { "prepare": "git config --local core.hooksPath .githooks", "changelog": "gh-changelogen --repo=intlify/utils", - "release": "bumpp --commit \"release: v%s\" --push --tag", + "release": "bumpp --commit \"release: v%s\" --all --push --tag", "version": "npx tsx scripts/bump-deno.ts", "fix": "run-p lint format", "lint": "deno lint",