Skip to content

Commit f01db22

Browse files
committed
update release note
1 parent 1943ee8 commit f01db22

1 file changed

Lines changed: 2 additions & 21 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,12 @@ jobs:
7575
uses: softprops/action-gh-release@v1
7676
with:
7777
tag_name: ${{ steps.version.outputs.version }}
78-
name: tlog ${{ steps.version.outputs.version }}
78+
name: ${{ steps.version.outputs.version }}
7979
body: |
80-
## 🎉 What's New in tlog ${{ steps.version.outputs.version }}
80+
## 🎉 What's New in ${{ steps.version.outputs.version }}
8181
8282
${{ steps.changelog.outputs.changelog }}
83-
84-
## 📦 Installation
85-
86-
### From VSCode Marketplace
87-
```
88-
ext install KubrickCode.tlog-vscode
89-
```
90-
91-
### From VSIX file
92-
Download the `.vsix` file below and install via:
93-
- Command Palette → `Extensions: Install from VSIX`
94-
- Or drag and drop into VSCode
95-
96-
## 🔗 Links
97-
- [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=KubrickCode.tlog-vscode)
98-
- [Open VSX Registry](https://open-vsx.org/extension/KubrickCode/tlog-vscode)
99-
10083
---
101-
102-
Publishing to marketplaces...
10384
files: |
10485
versions/tlog-vscode-${{ steps.version.outputs.version_number }}.vsix
10586
generate_release_notes: true

0 commit comments

Comments
 (0)