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 2f8c659 commit e0c2efaCopy full SHA for e0c2efa
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ name: Publish to pub.dev
4
on:
5
push:
6
tags:
7
- - 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
+ - 'v[0-9]+.[0-9]+.[0-9]+(\+[0-9]+)?'
8
9
# Publish using custom workflow
10
jobs:
CHANGELOG.md
@@ -1,12 +1,5 @@
1
# Changelog
2
3
-## [0.3.13+1]
-
-- Released @ 6/2025 (UTC)
-- Test workflow again
-- Test workflow
-- Test workflow 2
## [0.1.0]
11
12
- Released @ 10/2024 (UTC)
0 commit comments