Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Mar 2, 2024
1 parent 4dd13ac commit fad0604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags:
- 'v*'
permissions:
contents: read
contents: write
id-token: write

jobs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intlify/utils",
"version": "0.13.0",
"version": "0.12.0",
"description": "Collection of i18n utilities",
"keywords": [
"i18n",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit fad0604

Please sign in to comment.