If you build software, keep a changelog. Modified version for my use case https://keepachangelog.franco.net.eu.org
Go to file
2022-01-06 19:00:41 +01:00
source Removed Google fonts. Added note in readme. 2022-01-02 17:55:50 +01:00
.editorconfig Add charset config to .editorconfig 2016-07-29 01:59:22 +09:00
.gitignore Added the dutch translation of the "Inconsistent changes" section (#372) 2021-02-02 14:31:16 -05:00
.ruby-version Bump to Ruby 2.7 2020-03-10 11:55:08 -04:00
CHANGELOG.md GitHub username change (#390) 2021-04-30 17:10:17 -04:00
CODE_OF_CONDUCT.md Format all the markdown files with markdownlint (#318) 2019-10-21 11:14:48 -04:00
config.rb Removed tracker. Fixed last version id. Adapted domain name. 2021-12-31 01:35:22 +01:00
CONTRIBUTING.md Rewrite README to focus on development 2016-08-06 02:02:30 -04:00
Gemfile Removed GitHub support. Updated dependencies. 2022-01-06 19:00:41 +01:00
Gemfile.lock Removed GitHub support. Updated dependencies. 2022-01-06 19:00:41 +01:00
LICENSE Convert static files to a Middleman app. 2015-10-18 16:35:53 -04:00
Makefile Removed GitHub support. Updated dependencies. 2022-01-06 19:00:41 +01:00
README.md Removed GitHub support. Updated dependencies. 2022-01-06 19:00:41 +01:00

Keep a Changelog

Keep a Changelog v1.1.0 badge Version 1.1.0 Badge MIT License Badge

Dont let your friends dump git logs into changelogs™

This repository generates https://keepachangelog.franco.net.eu.org/ and is a modified version of the original (https://github.com/olivierlacan/keep-a-changelog) without trackers and remote fonts.

Development

Dependencies

Installation

  • git clone https://github.com/olivierlacan/keep-a-changelog.git
  • cd keep-a-changelog
  • bundle install
  • bundle exec middleman starts the local development server at http://localhost:4567

Deployment

Command Description
bundle exec middleman build --verbose builds files in the build directory

Translations

Create a new directory in source/ named after the ISO 639-1 code for the language you wish to translate Keep a Changelog to. For example, assuming you want to translate to French Canadian:

  • create the source/fr-CA directory.
  • duplicate the source/en/1.0.0/index.html.haml file in source/fr-CA.
  • edit source/fr-CA/1.0.0/index.html.haml until your translation is ready.
  • commit your changes to your own fork
  • submit a Pull Request with your changes

It may take some time to review your submitted Pull Request. Try to involve a few native speakers of the language you're translating to in the Pull Request comments. They'll help review your translation for simple mistakes and give us a better idea of whether your translation is accurate.

Contribute

Please do contribute! Issues and pull requests are welcome.

Thank you for your help improving software one changelog at a time!