Skip to content

Commit

Permalink
chore(ci): Added release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
konradasb committed Oct 31, 2023
1 parent 7d826f7 commit 1beadc7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: release

on:
push:
branches:
- main

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3

- name: Run release-please
uses: google-github-actions/release-please-action@v3
with:
package-name: ansible-collection-fireactions
release-type: python
pull-request-title-pattern: 'chore${scope}: Release ${component} ${version}'
token: ${{ secrets.ORG_GITHUB_TOKEN }}
extra-files: galaxy.yml
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: hostinger
name: fireactions
repository: https://github.com/hostinger/ansible-collection-fireactions
version: 0.0.1
version: 0.0.1 # x-release-please-version
readme: README.md
authors:
- konradasb
Expand Down

0 comments on commit 1beadc7

Please sign in to comment.