diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bf4a76..86818d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - "v*.*.*" + - "*.*.*" jobs: release: diff --git a/CHANGELOG.md b/CHANGELOG.md index f00e882..42ec252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## 0.1.0 - 2024-09-29 Initial release 🎉