From 833bbbc4ffa7cb3b9c6d0963df4d8945c608aaad Mon Sep 17 00:00:00 2001 From: justindujardin Date: Wed, 1 Jan 2020 17:56:12 -0800 Subject: [PATCH] fix(actions): ci tag filter --- .github/workflows/release.yml | 2 +- libraries/website/docs/changelog.md | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 618f9b63..eb52ac8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Publish on: - push: + create: tags: - "v*" diff --git a/libraries/website/docs/changelog.md b/libraries/website/docs/changelog.md index 3b4c9aa9..aef72aa4 100644 --- a/libraries/website/docs/changelog.md +++ b/libraries/website/docs/changelog.md @@ -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