Skip to content

Commit

Permalink
fix: fix readme and update release utils to debug git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Oct 24, 2024
1 parent f1be0c8 commit ab181f8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
run: yarn docs:build
deploy-packages:
runs-on: ubuntu-latest
permissions:
contents: write # Required for creating releases
packages: write # Required for publishing packages
issues: write # Required for release notes
pull-requests: write # Required for release note
needs:
[lint, build, test, test-storybook]
strategy:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@storybook/vue3-vite": "^8.2.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/vue": "8.1.0",
"@tsed/monorepo-utils": "2.3.6",
"@tsed/monorepo-utils": "2.3.7",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitejs/plugin-vue": "5.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/theme/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<h1>Ts.ED - VitePress Theme</h1>
<hr />

[![Build & Release](https://github.com/tsedio/tsed/workflows/Build%20&%20Release/badge.svg)](https://github.com/tsedio/tsed/actions?query=workflow%3A%22Build+%26+Release%22)
[![PR Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tsedio/tsed/blob/master/CONTRIBUTING.md)
[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon)
[![Build & Release](https://github.com/tsedio/tsed/workflows/Build%20&%20Release/badge.svg)](https://github.com/tsedio/tsed-website/actions?query=workflow%3A%22Build+%26+website%22)
[![PR Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tsedio/tsed-website/blob/master/CONTRIBUTING.md)
[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fvitepress-theme)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![github](https://img.shields.io/static/v1?label=Github%20sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/romakita)
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<h1>Ts.ED - New Website</h1>
<hr />

[![Build & Release](https://github.com/tsedio/tsed/workflows/Build%20&%20Release/badge.svg)](https://github.com/tsedio/tsed/actions?query=workflow%3A%22Build+%26+Release%22)
[![PR Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tsedio/tsed/blob/master/CONTRIBUTING.md)
[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon)
[![Build & Release](https://github.com/tsedio/tsed/workflows/Build%20&%20Release/badge.svg)](https://github.com/tsedio/tsed-website/actions?query=workflow%3A%22Build+%26+website%22)
[![PR Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tsedio/tsed-website/blob/master/CONTRIBUTING.md)
[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fvitepress-theme)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![github](https://img.shields.io/static/v1?label=Github%20sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/romakita)
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4382,9 +4382,9 @@ __metadata:
languageName: node
linkType: hard

"@tsed/monorepo-utils@npm:2.3.6":
version: 2.3.6
resolution: "@tsed/monorepo-utils@npm:2.3.6"
"@tsed/monorepo-utils@npm:2.3.7":
version: 2.3.7
resolution: "@tsed/monorepo-utils@npm:2.3.7"
dependencies:
"@samverschueren/stream-to-observable": "npm:>=0.3.1"
"@typescript-eslint/typescript-estree": "npm:>=6.20.0"
Expand All @@ -4411,7 +4411,7 @@ __metadata:
semantic-release: ">=19"
bin:
monorepo: bin/monorepo.js
checksum: 10c0/621f5589646798d38c4e31b032a58bb6846785f1c6f5e2c567d3ad38937cdb422f69c5a42ae4b954f6c3f0648a15f66bf8add7b04485d2a7051d89d3a76ae6fd
checksum: 10c0/833a28ebb08e9e60d07bfce9c5fb54709b3e6c7f03a0d8fc1ff8172fb247b7bc26822788475901efb244eabd156f1f5efe59c07d50325add4ee843b3fa529499
languageName: node
linkType: hard

Expand Down Expand Up @@ -4439,7 +4439,7 @@ __metadata:
"@storybook/vue3-vite": "npm:^8.2.2"
"@testing-library/jest-dom": "npm:6.4.6"
"@testing-library/vue": "npm:8.1.0"
"@tsed/monorepo-utils": "npm:2.3.6"
"@tsed/monorepo-utils": "npm:2.3.7"
"@typescript-eslint/eslint-plugin": "npm:7.16.0"
"@typescript-eslint/parser": "npm:7.16.0"
"@vitejs/plugin-vue": "npm:5.0.5"
Expand Down

0 comments on commit ab181f8

Please sign in to comment.