Skip to content

Commit

Permalink
feat: initial commit # => v1.0.0 on @latest
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Jun 5, 2022
1 parent f4691b5 commit 9b46f87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logseq-plugin-gpt3-openai",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ module.exports = {
"@semantic-release/exec",
{
prepareCmd:
"zip -qq -r logseq-plugin-template-react-${nextRelease.version}.zip dist readme.md logo.svg LICENSE package.json",
"zip -qq -r logseq-plugin-plugin-gpt3-openai-${nextRelease.version}.zip dist readme.md logo.png LICENSE package.json",
},
],
[
"@semantic-release/github",
{
assets: "logseq-plugin-template-react-*.zip",
assets: "logseq-plugin-gpt3-openai-*.zip",
},
],
],
Expand Down

0 comments on commit 9b46f87

Please sign in to comment.