Skip to content

Commit

Permalink
16.0.1 (#203)
Browse files Browse the repository at this point in the history
* update meta/main.yml

* update .github/workflows/release.yml

* update README and CHANGELOG
  • Loading branch information
githubixx authored Apr 24, 2024
1 parent eacc74a commit 6d355bd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:

- name: Trigger a new import on Galaxy.
run: >-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
ansible-galaxy role import --token ${{ secrets.GALAXY_API_KEY }} -vvvvvvvv --role-name=$(echo ${{ github.repository }} | cut -d/ -f2 | sed 's/ansible-role-//' | sed 's/-/_/') $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ SPDX-License-Identifier: GPL-3.0-or-later

# Changelog

## 16.0.1

- **OTHER**
- update `.github/workflows/release.yml`
- update `meta/main.yml`

## 16.0.0

- **BREAKING**
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-wireguard/blob

**Recent changes:**

## 16.0.1

- **OTHER**
- update `.github/workflows/release.yml`
- update `meta/main.yml`

## 16.0.0

- **BREAKING**
Expand Down
3 changes: 1 addition & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ galaxy_info:
- "9"
- name: Fedora
versions:
- "37"
- "38"
- "39"
- name: opensuse
versions:
- "15.4"
Expand Down

0 comments on commit 6d355bd

Please sign in to comment.