Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Provide a clear and concise description of what this PR does:

## πŸ”— Related Issues

<!-- Link any related issues using "Fixes #123", "Closes #123", or "Resolves #123" -->
<!-- If no related issues, you can remove this section or write "N/A" -->
<!-- Link any related issues using GitHub closing keywords and a real issue number. -->
<!-- If no related issues, you can remove this section or write "N/A". -->

-

Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"assets": [
{
"path": "dist/oil-code-${nextRelease.version}.vsix",
"path": "dist/*.vsix",
"label": "oil.code VS Code Extension (.vsix)"
}
]
Expand Down
Loading