If you build software, keep a changelog.
Go to file
dependabot[bot] 299dc34ea7
Bump minitest from 5.23.1 to 5.24.1 (#626)
Bumps [minitest](https://github.com/minitest/minitest) from 5.23.1 to 5.24.1.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/minitest/minitest/compare/v5.23.1...v5.24.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 16:33:04 -07:00
.github Stay on latest version of setup-ruby 2024-05-23 17:50:12 -07:00
bin Clarify development commands 2023-03-07 18:40:37 -08:00
data Fix GitHub issues link 2024-02-04 18:10:02 -08:00
source fix: corrected Traditional Chinese character error (#619) 2024-05-23 17:29:29 -07:00
test Add basic build test 2024-05-23 17:46:24 -07:00
.editorconfig Add charset config to .editorconfig 2016-07-29 01:59:22 +09:00
.gitignore Fix versioning for Polish and Slovenian. Add 1.1.0 for Ukrainian. (#592) 2024-02-04 15:32:26 -08:00
.ruby-version Bundleup (#620) 2024-05-23 17:30:44 -07:00
CHANGELOG.md Add swedish 1.1 to changelog 2024-02-05 09:09:51 -08:00
CODE_OF_CONDUCT.md Format all the markdown files with markdownlint (#318) 2019-10-21 11:14:48 -04:00
CONTRIBUTING.md Rewrite README to focus on development 2016-08-06 02:02:30 -04:00
Gemfile Bump standard from 1.36.0 to 1.39.2 (#630) 2024-08-01 16:32:43 -07:00
Gemfile.lock Bump minitest from 5.23.1 to 5.24.1 (#626) 2024-08-01 16:33:04 -07:00
LICENSE Convert static files to a Middleman app. 2015-10-18 16:35:53 -04:00
README.md Update docs 2024-02-04 21:26:24 -08:00
Rakefile Add basic build test 2024-05-23 17:46:24 -07:00
config.rb Remove outdated comment 2024-02-04 21:21:36 -08:00

README.md

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.com/.

Development

Dependencies

Installation

  • git clone https://github.com/olivierlacan/keep-a-changelog.git
  • cd keep-a-changelog
  • bundle install
  • bin/rake serve starts a local development server at http://localhost:4567 which will reload with any local file changes
  • bin/rake build runs middleman build with --verbose flag so build errors are logged for easier debugging

Deployment

  • bin/rake clean can clean a corrupted build/ directory in case publish failed
  • bin/rake deploy cleans, builds and pushes to the gh-pages branch on GitHub so the site is deployed to keepachangelog.com

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!