()
| 31 | ) |
| 32 | |
| 33 | func getSampleEntries() []*chlog.Entry { |
| 34 | return []*chlog.Entry{ |
| 35 | enhancementEntry(), |
| 36 | bugFixEntry(), |
| 37 | deprecationEntry(), |
| 38 | newComponentEntry(), |
| 39 | breakingEntry(), |
| 40 | entryWithSubtext(), |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | func enhancementEntry() *chlog.Entry { |
| 45 | return &chlog.Entry{ |
no test coverage detected