File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @mittwald/reference-extension " : major
3+ ---
4+
5+ do first release
Original file line number Diff line number Diff line change @@ -26,10 +26,16 @@ jobs:
2626 - name : Install Dependencies
2727 run : pnpm install
2828
29- - name : 🚀 Create and publish versions
29+ - name : Build
30+ run : pnpm run build
31+
32+ - name : Check
33+ run : pnpm run check
34+
35+ - name : 🚀 Create Release
3036 uses : changesets/action@v1
3137 with :
32- publish : pnpm publish-package
38+ publish : npx changeset tag
39+ createGithubReleases : true
3340 env :
3441 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @mittwald/reference-extension" ,
33 "type" : " module" ,
4- "version" : " 1 .0.0" ,
4+ "version" : " 0 .0.0" ,
55 "packageManager" :
" [email protected] " ,
6- "publishConfig" : {
7- "registry" : " https://npm.pkg.github.com"
8- },
96 "scripts" : {
107 "dev" : " vite dev --host --port 3000" ,
118 "dev:expose" : " dotenv -- bash -c 'sudo zrok share reserved $ZROK_RESERVED_TOKEN'" ,
2724 "docker:dev:down" : " docker compose -f docker-compose.dev.yml down" ,
2825 "docker:prod" : " docker compose up" ,
2926 "docker:prod:build" : " docker compose up --build" ,
30- "docker:prod:down" : " docker compose down" ,
31- "publish-package" : " pnpm run build && pnpm run check && changeset version && changeset publish"
27+ "docker:prod:down" : " docker compose down"
3228 },
3329 "dependencies" : {
3430 "@mittwald/api-client" : " ^4.267.0" ,
You can’t perform that action at this time.
0 commit comments