We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59f370 commit a6d13d5Copy full SHA for a6d13d5
β.github/workflows/release.ymlβ
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
tags:
6
- - "v*.*.*"
+ - "*.*.*"
7
8
jobs:
9
release:
β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
10
Initial release π
0 commit comments