Skip to content

Commit

Permalink
v0.2-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Apr 17, 2024
1 parent 6ac3327 commit 9a97fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
- name: Extract release notes
id: release_notes
uses: ffurrer2/extract-release-notes@v1
with:
prerelease: ${{ contains(needs.release_artifacts.outputs.VERSION_NAME,'alpha') || contains(needs.release_artifacts.outputs.VERSION_NAME,'beta') }}

- name: Create release
uses: softprops/action-gh-release@v1
Expand Down
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.2.0] - 2024-04-17

This version contains general house keeping, dependencies updates and ci improvement for better maintainability.

### Breaking Changes
Expand Down

0 comments on commit 9a97fef

Please sign in to comment.