File tree Expand file tree Collapse file tree 10 files changed +2574
-15481
lines changed Expand file tree Collapse file tree 10 files changed +2574
-15481
lines changed Original file line number Diff line number Diff line change 1+ # Changesets
2+
3+ Hello and welcome! This folder has been automatically generated by ` @changesets/cli ` , a build tool that works
4+ with multi-package repos, or single-package repos to help you version and publish your code. You can
5+ find the full documentation for it [ in our repository] ( https://github.com/changesets/changesets )
6+
7+ We have a quick list of common questions to get you started engaging with this project in
8+ [ our documentation] ( https://github.com/changesets/changesets/blob/main/docs/common-questions.md )
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" :
" https://unpkg.com/@changesets/[email protected] /schema.json" ,
3+ "changelog" : " @changesets/cli/changelog" ,
4+ "commit" : false ,
5+ "fixed" : [],
6+ "linked" : [],
7+ "access" : " restricted" ,
8+ "baseBranch" : " changesets" ,
9+ "updateInternalDependencies" : " patch" ,
10+ "ignore" : [" docusaurus-plugin-typedoc" , " vuepress-plugin-typedoc" ]
11+ }
Original file line number Diff line number Diff line change 1+ ---
2+ ' typedoc-plugin-markdown ' : major
3+ ---
4+
5+ Removed Handlebars
Original file line number Diff line number Diff line change 1+ {
2+ "mode" : " pre" ,
3+ "tag" : " next" ,
4+ "initialVersions" : {
5+ "typedoc-plugin-markdown" : " 3.13.4"
6+ },
7+ "changesets" : []
8+ }
Original file line number Diff line number Diff line change 2222 run : yarn run lint
2323 - name : Build
2424 run : yarn run build
25- - name : Markdownlint
26- run : yarn run markdownlint
2725 - name : Test
2826 run : yarn test
Original file line number Diff line number Diff line change 1+ name : Release
2+ on : [push]
3+ concurrency : ${{ github.workflow }}-${{ github.ref }}
4+ jobs :
5+ release :
6+ name : Release
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Checkout Repo
10+ uses : actions/checkout@v3
11+ - name : Setup Node.js 16
12+ uses : actions/setup-node@v3
13+ with :
14+ node-version : 16
15+ - name : Install Dependencies
16+ run : yarn
17+ - name : Create Release Pull Request
18+ uses : changesets/action@v1
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "workspaces" : [
4- " packages/*" ,
5- " examples/*"
4+ " packages/*"
65 ],
76 "scripts" : {
8- "lint" : " lerna run lint" ,
9- "build" : " lerna run build" ,
10- "markdownlint" : " lerna run markdownlint" ,
11- "test" : " lerna run test --parallel" ,
12- "deploy" : " lerna publish from-package"
7+ "lint" : " cd ./packages/typedoc-plugin-markdown && yarn run lint" ,
8+ "build" : " cd ./packages/typedoc-plugin-markdown && yarn run build" ,
9+ "test" : " cd ./packages/typedoc-plugin-markdown && yarn run test"
1310 },
1411 "devDependencies" : {
12+ "@changesets/cli" : " ^2.25.2" ,
1513 "@types/fs-extra" : " ^9.0.13" ,
1614 "@types/jest" : " ^29.2.4" ,
1715 "@types/node" : " ^18.11.11" ,
2018 "eslint" : " ^8.29.0" ,
2119 "fs-extra" : " ^11.1.0" ,
2220 "jest" : " ^29.3.1" ,
23- "lerna" : " ^6.1.0" ,
2421 "markdownlint" : " ^0.26.2" ,
2522 "markdownlint-cli" : " ^0.32.2" ,
2623 "npm-run-all" : " ^4.1.5" ,
27- "nx" : " ^15.2.4" ,
2824 "prettier" : " ^2.8.0" ,
2925 "ts-jest" : " ^29.0.3" ,
3026 "ts-morph" : " ^17.0.1" ,
You can’t perform that action at this time.
0 commit comments