We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e4115 commit e18c64aCopy full SHA for e18c64a
.github/workflows/pipeline.yml
@@ -11,6 +11,8 @@ on:
11
- master
12
tags:
13
- v.*
14
+ release:
15
+ types: [published]
16
17
jobs:
18
lint:
CHANGELOG.md
@@ -1,7 +1,17 @@
1
# Changelog
2
3
+## [2.0.1] - 2023-02-17
4
+
5
+Run GitHub Actions workflow when new release is published.
6
7
+[2.0.1]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v2.0.1
8
9
## [2.0.0] - 2023-02-17
10
+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
0 commit comments