Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#218)
Browse files Browse the repository at this point in the history
* chore: bootstrap releases for path: .

* chore: updated release please config
  • Loading branch information
chgl authored Jan 14, 2024
1 parent b164ccf commit a6df5ab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "10.1.8"
}
25 changes: 25 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"pull-request-title-pattern": "chore(release): release ${version}",
"packages": {
".": {
"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",
"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"
]
}

0 comments on commit a6df5ab

Please # to comment.