Skip to content

Commit 54013bb

Browse files
do first release
1 parent 8de00d6 commit 54013bb

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.changeset/pretty-planets-worry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@mittwald/reference-extension": major
3+
---
4+
5+
do first release

.github/workflows/npm-publish.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
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'",
@@ -27,8 +24,7 @@
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",

0 commit comments

Comments
 (0)