keepachangelog icon indicating copy to clipboard operation
keepachangelog copied to clipboard

Convert keep a changelog markdown file into python dict

Results 6 keepachangelog issues
Sort by recently updated
recently updated
newest added

When not using entirely numeric version numbers (such as 2.1-PRELIM-03 or 1.3-FINAL-00), the text parts are transformed to lowercase after loading using to_dict (i.e. 2.1-prelim-03 or 1.3-final-00). This means additional...

Hello We are using commitizen to write our commit definition, and often use scope to precise the subject of the commit. During the release phase, we use commitizen bump to...

Right now it is fixed to the standard but it is not unusual for people to use various other categories

enhancement

This is a follow-up of https://github.com/Colin-b/keepachangelog/pull/32

Let's say I have the following changelog: ```markdown # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),...

bug

Basically what I'm after is the ability to use my own opening bit after `# Changelog` instead of the standard one that Keep a Changelog provides.

question