Skip to content

Commit 880194d

Browse files
committed
chore(all): added publish script
1 parent f44b2d9 commit 880194d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
cache: 'pnpm'
2929

3030
- name: Install Dependencies
31-
run: pnpm install --no-frozen-lockfile
31+
run: pnpm install
3232

3333
- name: Create Release Pull Request or Publish to npm
34-
id: changesets
3534
uses: changesets/action@v1
3635
with:
37-
publish: pnpm release
36+
commit: 'chore: update versions'
37+
title: 'chore: update versions'
38+
publish: pnpm ci:publish
3839
env:
3940
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4041
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"lint-all": "pnpm -r --if-present run lint",
2020
"prerelease": "npm run build-all",
2121
"release": "npx changeset publish",
22+
"ci:publish": "pnpm publish -r",
2223
"prepare": "husky"
2324
},
2425
"devDependencies": {

packages/typedoc-plugin-markdown/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 4.8.0
3+
## 4.8.0 (2025-07-29)
44

55
### Minor Changes
66

0 commit comments

Comments
 (0)