Skip to content

Commit

Permalink
fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Apr 3, 2023
1 parent eafb717 commit 73470dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint": "^8.36.0",
"obsidian": "obsidianmd/obsidian-api",
"obsidian-plugin-cli": "^0.9.0",
"publish-fast": "^0.0.18",
"publish-fast": "^0.0.19",
"typescript": "^4.1.5"
},
"eslintConfig": {
Expand Down Expand Up @@ -60,6 +60,7 @@
"publish": {
"preScripts": "lint,build",
"skipPublish": true,
"releaseAssets": "dist/*"
"releaseAssets": "dist/*",
"noVersionPrefix": true
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ __metadata:
eslint: ^8.36.0
obsidian: obsidianmd/obsidian-api
obsidian-plugin-cli: ^0.9.0
publish-fast: ^0.0.18
publish-fast: ^0.0.19
react: ^18.2.0
react-beautiful-dnd: ^13.1.1
react-dom: ^18.2.0
Expand Down Expand Up @@ -3443,9 +3443,9 @@ obsidian@obsidianmd/obsidian-api:
languageName: node
linkType: hard

"publish-fast@npm:^0.0.18":
version: 0.0.18
resolution: "publish-fast@npm:0.0.18"
"publish-fast@npm:^0.0.19":
version: 0.0.19
resolution: "publish-fast@npm:0.0.19"
dependencies:
"@octokit/rest": ^19.0.7
colors: ^1.4.0
Expand All @@ -3459,7 +3459,7 @@ obsidian@obsidianmd/obsidian-api:
simple-git: ^3.17.0
bin:
publish-fast: lib/cjs/index.js
checksum: 3bbb1e4f01ab9c129f2735f2b44e438e4c685b178e54e2b498768cf50119f2282f73904c5b259e4b073741f27fb8779214bf52465e4d32b42fde7b770f27959c
checksum: 6562013583d4566e9af280b8067e6ab38cf99a1e8086bf8ae613db90e0ce4b38f9a59dbb1175c15a10a453372e175fe15f90233dbc523fb2a9852c73e081ecb5
languageName: node
linkType: hard

Expand Down

0 comments on commit 73470dd

Please sign in to comment.