File tree 3 files changed +7
-8
lines changed 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 21
21
- run : npm ci
22
22
- run : npm run package
23
23
24
- - id : version
25
- name : Check Version Format in Tag
26
- uses : nowsprinting/check-version-format-action@v4
27
- with :
28
- prefix : ' v'
29
-
30
24
- id : extract-changelog
31
25
uses : sean0x42/markdown-extract@v2
32
26
with :
36
30
- name : Create Release
37
31
uses : softprops/action-gh-release@v1
38
32
with :
39
- prerelease : steps.version.outputs.is_stable != 'true'
40
33
body : |
41
34
## Changelog
42
35
${{ steps.extract-changelog.outputs.markdown }}
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## v0.2.0 - 2024-03-12
11
+
12
+ ### Added
13
+
14
+ - Tasks can be marked as favorite on a per-workspace basis
15
+
10
16
## v0.1.0 - 2024-02-10
11
17
12
18
Initial release 🎉
Original file line number Diff line number Diff line change 2
2
"name" : " task-explorer" ,
3
3
"displayName" : " Task Explore" ,
4
4
"description" : " Upgraded Task Explorer GUI inspired by 'Task Explorer' by Scott Meesseman." ,
5
- "version" : " 0.1 .0" ,
5
+ "version" : " 0.2 .0" ,
6
6
"publisher" : " axelrindle" ,
7
7
"icon" : " ./logo.png" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments