Skip to content

Commit 68233d9

Browse files
committed
Update release workflow to draft and prerelease, and bump extension version to [email protected]
1 parent e41e1bd commit 68233d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
*.vsix
4545
dist/
4646
generate_release_notes: true
47-
draft: false
48-
prerelease: false
47+
draft: true
48+
prerelease: true
4949
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
5151

5252
- name: Upload VSIX artifact
5353
uses: actions/upload-artifact@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This Visual Studio Code extension helps you track and analyze your coding sessio
2020
> - [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=JayNightmare.dis-track)
2121
> - [Patch Notes](https://github.com/JayNightmare/DisTrack-VSCode-Extension/blob/master/CHANGELOG.md)
2222
>
23-
> **Extension Version:** [email protected].0
23+
> **Extension Version:** [email protected].1
2424
----
2525
> **Website:** https://distrack-website.vercel.app
2626

0 commit comments

Comments
 (0)