Skip to content

Commit 833bbbc

Browse files
fix(actions): ci tag filter
1 parent 66c4bd2 commit 833bbbc

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish
22

33
on:
4-
push:
4+
create:
55
tags:
66
- "v*"
77

libraries/website/docs/changelog.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
11
# [0.2.0](https://github.com/justindujardin/mathy/compare/v0.1.0...v0.2.0) (2020-01-02)
22

3-
4-
### Bug Fixes
5-
6-
* **ci:** quote tag match in release action ([ba4a76e](https://github.com/justindujardin/mathy/commit/ba4a76e2b4c40cc752b1c9101a3da4555b21a7a3))
7-
* **ci:** remove pre versions ([7f84923](https://github.com/justindujardin/mathy/commit/7f84923aa835a4a310b64ceb00c959c37ddb8067))
8-
9-
10-
### Features
11-
12-
* **ci:** add github action for publishing to pypi ([02dc8bf](https://github.com/justindujardin/mathy/commit/02dc8bf9590211f15abd5af226299f27b1438b24))
13-
14-
# [0.2.0-0](https://github.com/justindujardin/mathy/compare/v0.1.0...v0.2.0-0) (2020-01-02)
15-
163
The initial public packaging and release of Mathy!
174

18-
### Bug Fixes
19-
20-
* **ci:** quote tag match in release action ([ba4a76e](https://github.com/justindujardin/mathy/commit/ba4a76e2b4c40cc752b1c9101a3da4555b21a7a3))
21-
22-
23-
### Features
24-
25-
* **ci:** add github action for publishing to pypi ([02dc8bf](https://github.com/justindujardin/mathy/commit/02dc8bf9590211f15abd5af226299f27b1438b24))
26-
27-
# [0.2.0-0](https://github.com/justindujardin/mathy/compare/v0.1.0...v0.2.0-0) (2020-01-02)
28-
29-
305
### Features
316

327
- **Mathy:** Initial `mathy` python package

0 commit comments

Comments
 (0)