Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Mar 12, 2024
1 parent 82e3928 commit ff9a0be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
- run: npm ci
- run: npm run package

- id: version
name: Check Version Format in Tag
uses: nowsprinting/check-version-format-action@v4
with:
prefix: 'v'

- id: extract-changelog
uses: sean0x42/markdown-extract@v2
with:
Expand All @@ -36,7 +30,6 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
prerelease: steps.version.outputs.is_stable != 'true'
body: |
## Changelog
${{ steps.extract-changelog.outputs.markdown }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v0.2.0 - 2024-03-12

### Added

- Tasks can be marked as favorite on a per-workspace basis

## v0.1.0 - 2024-02-10

Initial release 🎉
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "task-explorer",
"displayName": "Task Explore",
"description": "Upgraded Task Explorer GUI inspired by 'Task Explorer' by Scott Meesseman.",
"version": "0.1.0",
"version": "0.2.0",
"publisher": "axelrindle",
"icon": "./logo.png",
"engines": {
Expand Down

0 comments on commit ff9a0be

Please sign in to comment.