Commit e934b93
authored
chore: Remove commit body and PR# from post-processor-changes-txt (#1137)
Fixes #1134 🦕
Removes the commit body and relative PR# from the commit message.
For example, for this commit: 9763f20
`post-processor-changes.txt` would contain
```
build: enable npm for php/python builds
Source-Link: 9763f20
```
instead of
```
build: enable npm for php/python builds (#1133)
* build: enable npm for php/python builds
* update comment
Source-Link: 9763f20
```1 parent d4a91f8 commit e934b93
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments