Skip to content

Commit

Permalink
chore: 🔧 update config files to support semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Jan 8, 2024
1 parent 4b10417 commit a9498d2
Show file tree
Hide file tree
Showing 2 changed files with 2,357 additions and 47 deletions.
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@
"reveal": "always"
},
"problemMatcher": []
},
{
"label": "yarn semantic-release",
"type": "shell",
"command": "yarn semantic-release",
"group": {
"kind": "build",
"isDefault": false
},
"presentation": {
"reveal": "always"
},
"problemMatcher": []
}
]
}
Loading

0 comments on commit a9498d2

Please sign in to comment.