From e18c64ad64053f55f4c7699c4a38e8fe0143205b Mon Sep 17 00:00:00 2001 From: MSK Date: Fri, 17 Feb 2023 18:34:07 +0000 Subject: [PATCH] ci: run CI workflow when release is published --- .github/workflows/pipeline.yml | 2 ++ CHANGELOG.md | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6a6f49c..89019f8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -11,6 +11,8 @@ on: - master tags: - v.* + release: + types: [published] jobs: lint: diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c23be..e5ffac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # Changelog +## [2.0.1] - 2023-02-17 + +Run GitHub Actions workflow when new release is published. + +[2.0.1]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v2.0.1 + ## [2.0.0] - 2023-02-17 +Support for RedHat-based systems and latest Ansible versions. + +[2.0.0]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v2.0.0 + ### Ansible compatibility - Require Ansible 2.9.22