Skip to content

Commit

Permalink
fix(actions): ci tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Jan 2, 2020
1 parent 66c4bd2 commit 833bbbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish

on:
push:
create:
tags:
- "v*"

Expand Down
25 changes: 0 additions & 25 deletions libraries/website/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,7 @@
# [0.2.0](https://github.com/justindujardin/mathy/compare/v0.1.0...v0.2.0) (2020-01-02)


### Bug Fixes

* **ci:** quote tag match in release action ([ba4a76e](https://github.com/justindujardin/mathy/commit/ba4a76e2b4c40cc752b1c9101a3da4555b21a7a3))
* **ci:** remove pre versions ([7f84923](https://github.com/justindujardin/mathy/commit/7f84923aa835a4a310b64ceb00c959c37ddb8067))


### Features

* **ci:** add github action for publishing to pypi ([02dc8bf](https://github.com/justindujardin/mathy/commit/02dc8bf9590211f15abd5af226299f27b1438b24))

# [0.2.0-0](https://github.com/justindujardin/mathy/compare/v0.1.0...v0.2.0-0) (2020-01-02)

The initial public packaging and release of Mathy!

### Bug Fixes

* **ci:** quote tag match in release action ([ba4a76e](https://github.com/justindujardin/mathy/commit/ba4a76e2b4c40cc752b1c9101a3da4555b21a7a3))


### Features

* **ci:** add github action for publishing to pypi ([02dc8bf](https://github.com/justindujardin/mathy/commit/02dc8bf9590211f15abd5af226299f27b1438b24))

# [0.2.0-0](https://github.com/justindujardin/mathy/compare/v0.1.0...v0.2.0-0) (2020-01-02)


### Features

- **Mathy:** Initial `mathy` python package
Expand Down

0 comments on commit 833bbbc

Please sign in to comment.