Skip to content

Commit

Permalink
ci: fix release please
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Oct 21, 2024
1 parent 8c881c6 commit a630161
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,6 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
token: ${{ secrets.MIRACUM_BOT_SEMANTIC_RELEASE_TOKEN }}
release-type: simple
pull-request-title-pattern: "chore: release ${version}"
extra-files: |
charts/recruit/Chart.yaml
charts/recruit/values.yaml
src/list/Dockerfile
src/buildSrc/src/main/groovy/org.miracum.recruit.java-common-conventions.gradle
src/notify/src/main/resources/application.yml
src/query/src/main/resources/application.yml
docker-compose/docker-compose.yaml
docs/configuration/security.md
docs/_snippets/k8s/query-argo-workflow.yaml
changelog-types: |
[
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "docs", "section": "Documentation", "hidden": false },
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": false
},
{ "type": "build", "section": "Build", "hidden": false },
{ "type": "ci", "section": "CI/CD", "hidden": false }
]
14 changes: 5 additions & 9 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": true,
"separate-pull-requests": true,
"extra-label": "release-please",
"release-type": "simple",
"packages": {
".": {
"component": "recruit",
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"extra-files": [
"charts/recruit/Chart.yaml",
"charts/recruit/values.yaml",
Expand Down

0 comments on commit a630161

Please sign in to comment.