Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

from .utils import ( 

generate_changelog, 

generate_changelog_cli, 

json_changelog_cli, 

prepare_changelog, 

) 

 

__title__ = 'matyan' 

__version__ = '0.3' 

__author__ = 'Artur Barseghyan' 

__copyright__ = '2019 Artur Barseghyan' 

__license__ = 'GPL-2.0-only OR LGPL-2.0-or-later' 

__all__ = ( 

'generate_changelog', 

'generate_changelog_cli', 

'json_changelog_cli', 

'prepare_changelog', 

)