Skip to content

Commit

Permalink
fix: add release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Jan 11, 2025
1 parent 14252e3 commit 939f6f4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: release-please

on:
push:
# branches:
# - master
branches:
- main

permissions:
contents: write
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mailu-operator": "v0.1.2"
}
15 changes: 15 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"packages": {
"mailu-operator": {
"package-name": "mailu-operator",
"changelog-path": "CHANGELOG.md",
"release-type": "go",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"include-v-in-tag": true
}
},
"release-search-depth": 100,
"commit-search-depth": 100,
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 939f6f4

Please sign in to comment.