You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments