|
| 1 | +- commits: |
| 2 | + - subject: Update dependency yaml to v2.2.2 [SECURITY] |
| 3 | + hash: c45c2ddd4a63c22271514d0f97e2c92f5b16f0e7 |
| 4 | + body: | |
| 5 | + Update yaml from 2.1.3 to 2.2.2 |
| 6 | + footer: |
| 7 | + Change-type: patch |
| 8 | + change-type: patch |
| 9 | + author: Self-hosted Renovate Bot |
| 10 | + version: 7.0.4 |
| 11 | + title: "" |
| 12 | + date: 2024-04-08T17:48:30.328Z |
1 | 13 | - commits: |
2 | 14 | - subject: Fail changelog generation if not authorized |
3 | 15 | hash: 38775a199ed9826f8c22ec8ef46ca5302d9af600 |
4 | 16 | body: > |
5 | 17 | By default the `curl` command will not return an error reponse for non |
6 | 18 |
|
7 | | - 2xx HTTP response. This change adds the [-f flag](https://curl.se/docs/manpage.html#-f) to |
| 19 | + 2xx HTTP response. This change adds the [-f |
| 20 | + flag](https://curl.se/docs/manpage.html#-f) to |
8 | 21 |
|
9 | 22 | the pull request query to allow it to fail if authorization fails |
10 | 23 |
|
|
228 | 241 | update submodule dependencies like renovatebot. |
229 | 242 |
|
230 | 243 |
|
231 | | - This commit keeps the legacy behaviour but will extract the version range |
| 244 | + This commit keeps the legacy behaviour but will extract the version |
| 245 | + range |
232 | 246 |
|
233 | 247 | from git metadata when not provided. This new behaviour can be used by |
234 | 248 |
|
|
977 | 991 | body: >- |
978 | 992 | We are doing more heavy regex processing now. |
979 | 993 |
|
980 | | - First the package name is extracted from Cargo.toml. It is located in the `[package]` section of Cargo.toml. The package name is used for detecting the proper `version = "..."` definition in Cargo.lock. Cargo.lock is generated automatically, so `version` always follows `name`, and the code takes advantage of that fact for simplification purposes. |
| 994 | + First the package name is extracted from Cargo.toml. It is located in |
| 995 | + the `[package]` section of Cargo.toml. The package name is used for |
| 996 | + detecting the proper `version = "..."` definition in Cargo.lock. |
| 997 | + Cargo.lock is generated automatically, so `version` always follows |
| 998 | + `name`, and the code takes advantage of that fact for simplification |
| 999 | + purposes. |
981 | 1000 |
|
982 | | - The proper `version = "..."` definition in Cargo.toml is inside the `[package]` section, so the regex looks for first occurrence after `[package]`. |
| 1001 | + The proper `version = "..."` definition in Cargo.toml is inside the |
| 1002 | + `[package]` section, so the regex looks for first occurrence after |
| 1003 | + `[package]`. |
983 | 1004 | footers: |
984 | 1005 | change-type: patch |
985 | 1006 | connects-to: "#101" |
|
1119 | 1140 | body: >- |
1120 | 1141 | Connects to #42. |
1121 | 1142 |
|
1122 | | - Added debug module so stack trace will only be output when running with DEBUG=* or DEBUG=versionist. |
| 1143 | + Added debug module so stack trace will only be output when running with |
| 1144 | + DEBUG=* or DEBUG=versionist. |
1123 | 1145 | footers: |
1124 | 1146 | change-type: patch |
1125 | 1147 | hash: 56ed543a1c6824d408692f6b1efa0d3f9beb4aab |
|
1168 | 1190 | body: >- |
1169 | 1191 | The hash of the commit is retrieved by git, and parsed from the yaml, |
1170 | 1192 |
|
1171 | | - and passed through as part of the commit object to the configuration file. |
| 1193 | + and passed through as part of the commit object to the configuration |
| 1194 | + file. |
1172 | 1195 |
|
1173 | 1196 | Tests have also been changed to reflect the new output, and some |
1174 | 1197 |
|
|
0 commit comments