Skip to content

Commit ff9a0be

Browse files
committed
chore(release): v0.2.0
1 parent 82e3928 commit ff9a0be

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
- run: npm ci
2222
- run: npm run package
2323

24-
- id: version
25-
name: Check Version Format in Tag
26-
uses: nowsprinting/check-version-format-action@v4
27-
with:
28-
prefix: 'v'
29-
3024
- id: extract-changelog
3125
uses: sean0x42/markdown-extract@v2
3226
with:
@@ -36,7 +30,6 @@ jobs:
3630
- name: Create Release
3731
uses: softprops/action-gh-release@v1
3832
with:
39-
prerelease: steps.version.outputs.is_stable != 'true'
4033
body: |
4134
## Changelog
4235
${{ steps.extract-changelog.outputs.markdown }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## v0.2.0 - 2024-03-12
11+
12+
### Added
13+
14+
- Tasks can be marked as favorite on a per-workspace basis
15+
1016
## v0.1.0 - 2024-02-10
1117

1218
Initial release 🎉

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "task-explorer",
33
"displayName": "Task Explore",
44
"description": "Upgraded Task Explorer GUI inspired by 'Task Explorer' by Scott Meesseman.",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"publisher": "axelrindle",
77
"icon": "./logo.png",
88
"engines": {

0 commit comments

Comments
 (0)