Commit 38a48b5
authored
fix(upgrade): add blank lines around changelog in upgrade output (#642)
## Summary
- Adds a blank line before and after the changelog section in `sentry
cli upgrade` output for better readability
- Single-line change in `formatUpgradeResult()` in
`src/lib/formatters/human.ts`
### Before
```
✓ Upgraded to 0.24.0-dev.1775146118 (from 0.24.0-dev.1775088345)
Method: curl · Channel: nightly
New Features ✨
• ...
```
### After
```
✓ Upgraded to 0.24.0-dev.1775146118 (from 0.24.0-dev.1775088345)
Method: curl · Channel: nightly
New Features ✨
• ...
```1 parent 59c820e commit 38a48b5
File tree
2 files changed
+31
-1
lines changed- src/lib/formatters
- test/lib/formatters
2 files changed
+31
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2282 | 2282 | | |
2283 | 2283 | | |
2284 | 2284 | | |
2285 | | - | |
| 2285 | + | |
2286 | 2286 | | |
2287 | 2287 | | |
2288 | 2288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
820 | 850 | | |
0 commit comments