Skip to content

Commit

Permalink
Change: Use universal release action, not python specific (#851)
Browse files Browse the repository at this point in the history
* Change: Use universal release action, not python specific

* Remove PR template
  • Loading branch information
y0urself authored Feb 6, 2023
1 parent a4403a6 commit 689e2ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/release-pontos-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Release with release action
uses: greenbone/actions/release-python@v2
uses: greenbone/actions/release@v2
with:
version: 3.8
conventional-commits: true
ref: ${{ github.event.inputs.branch }}
github-user: ${{ secrets.GREENBONE_BOT }}
github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}
github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Release with release action
uses: greenbone/actions/release-python@v2
uses: greenbone/actions/release@v2
with:
version: 3.8
conventional-commits: true
ref: ${{ github.ref_name }}
github-user: ${{ secrets.GREENBONE_BOT }}
github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}
github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }}
Expand Down

0 comments on commit 689e2ca

Please sign in to comment.