Commit dda3c24
fix: configure release-please workflow to use config files (#53)
The GitHub Actions workflow was explicitly passing release-type and package-name
parameters, which caused release-please to ignore .release-please-config.json.
This prevented the extra-files configuration from being processed, so Docker
image versions in docker-compose.yml and k8s/deployment.yaml were not being
automatically updated during releases.
Changes:
- Remove explicit parameters from release-please action to enable config file discovery
- Update k8s/deployment.yaml from v0.4.0 to v0.4.1 with x-release-please-version marker
- This allows release-please to automatically update both deployment files in future releases
Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent caf6dbe commit dda3c24
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments