Commit 5d31082
authored
feat: standardize release-please configuration (#106)
* feat: standardize release-please configuration
- Simplify workflow to match ECR pattern by removing custom title logic
- Add include-component-in-tag: false to config for consistency
- Add pull-request-title-pattern for consistent PR titles
- Remove tag-separator to use default behavior
- Maintain current version 0.17.0 in manifest
* fix: pin GitHub Action and Ubuntu versions for security and reliability
- Pin googleapis/release-please-action to v4.2.0 commit hash for security
- Pin Ubuntu runner to ubuntu-22.04 for reliability
- No tag creation or CHANGELOG changes needed (already uses correct format)
* fix: update release-please config to prevent v-prefix in release titles
- Remove include-component-in-tag (redundant)
- Add tag-separator to explicitly control format
- Remove pull-request-title-pattern to avoid interference
* feat: add automatic v-prefix removal from release titles
- Add post-processing step to automatically clean release titles
- Ensures consistent format between git tags and GitHub release titles
- Only runs when release is actually created
- Provides clear logging and smart detection logic
* feat: standardize release-please config format
- Use consistent terraform-module configuration
- Add include-component-in-tag: false for completeness
- Add pull-request-title-pattern for consistency
- Remove tag-separator in favor of standard config
Ensures all repositories follow the same release-please
configuration pattern for terraform modules.1 parent da1f111 commit 5d31082
2 files changed
Lines changed: 27 additions & 56 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
72 | 42 | | |
73 | | - | |
| 43 | + | |
74 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
0 commit comments