Skip to content

Commit

Permalink
chore: Add release-please-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
konradasb committed Mar 13, 2024
1 parent 922c2e4 commit a23df95
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ jobs:
- name: Run release-please
uses: google-github-actions/release-please-action@v4
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
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.0.1"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"pull-request-title-pattern": "chore: Release ${branch}",
"bump-minor-pre-major": true,
"include-component-in-tag": false,
"packages": {
".": {
"package-name": "ansible-collection-fireactions",
"release-type": "python",
"extra-files": [
"galaxy.yml"
]
}
}
}

0 comments on commit a23df95

Please sign in to comment.