Skip to content

RONLOG: Migration from existing RST-based CHANGELOG #1061

Answered by kevinmatthes
kevinmatthes asked this question in Q&A
Discussion options

You must be logged in to vote

Aeruginous provides utilities for exactly that case. For each release documented in your old CHANGELOG.rst, copy the list of changes into a separate file in a temporary directory in order process it with Aeruginous. For example, if your CHANGELOG.rst would contain this section:

1.2.3 — 1970-01-01
------------------

Added
.....

- change 1

- change 2

Changed
.......

- change 3

... you would need to copy the following to a file named new-dir/fragment.rst.

Added
.....

- change 1

- change 2

Changed
.......

- change 3

Now, you can call Aeruginous to add this information to your already existing RONLOG.

aeruginous ronlog release -i new-dir -v 1.2.3 -T 19700101T012345+0000

The value pas…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kevinmatthes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
1 participant