Skip to content

Commit 9a03426

Browse files
authored
Merge pull request #178 from datopian/tickets/DM-42598
Add release trigger to CI
2 parents b54be21 + ea9e538 commit 9a03426

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ name: CI
1414
tags:
1515
- "*"
1616
pull_request: {}
17+
release:
18+
types: [published]
1719

1820
jobs:
1921
lint:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
<a id='changelog-v6.0.1'></a>
3+
## v6.0.1 (2024-12-16)
4+
5+
### Bug fixes
6+
7+
- Make CI attempt to upload on release
8+
29
<a id='changelog-v0.6.0'></a>
310
## v0.6.0 (2024-12-16)
411

0 commit comments

Comments
 (0)