keep a changelog

如果你构建了软件,请编写一份更新日志。「If you build software, keep a changelog.」

Github星跟踪图

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

Don’t 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
  • bundle exec middleman starts the local development server at http://localhost:4567

Docker

  • git clone https://github.com/olivierlacan/keep-a-changelog.git
  • cd keep-a-changelog
  • docker build -t keep-a-changelog .
  • docker run -p 4567:4567 keep-a-changelog starts the docker development server and binds it at http://localhost:4567

Deployment

  • bundle exec rake publish builds and pushes to the gh-pages branch

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!

主要指标

概览
名称与所有者olivierlacan/keep-a-changelog
主编程语言Haml
编程语言Ruby (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2014-05-31 05:23:54
推送于2025-07-01 07:33:25
最后一次提交
发布数14
最新版本名称v1.1.1 (发布于 2023-03-06 00:42:27)
第一版名称v0.0.1 (发布于 2014-12-12 20:29:26)
用户参与
星数6.3k
关注者数94
派生数3.6k
提交数614
已启用问题?
问题数242
打开的问题数24
拉请求数230
打开的拉请求数11
关闭的拉请求数79
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?