Commit c17c2a7
committed
Enhance auto-bumper workflow version handling
Added a step to retrieve the new version from `package.json` and include it dynamically in the commit message and PR comment. This improves the clarity of version bumps and ensures accurate updates.
- Introduced a GitHub Script step to read and output the `package.json` version.
- Updated the commit message to include the specific bumped version.
- Adjusted the PR comment to use the dynamically retrieved version.1 parent 60118dc commit c17c2a7
1 file changed
+16
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
131 | 144 | | |
132 | | - | |
| 145 | + | |
133 | 146 | | |
134 | 147 | | |
135 | 148 | | |
136 | 149 | | |
137 | 150 | | |
138 | 151 | | |
139 | 152 | | |
140 | | - | |
141 | | - | |
| 153 | + | |
142 | 154 | | |
143 | 155 | | |
144 | 156 | | |
145 | 157 | | |
146 | | - | |
| 158 | + | |
147 | 159 | | |
0 commit comments