File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments