markdown[更改日志]-更改日志的模板(代码片段)

author author     2022-12-17     684

关键词:

http://keepachangelog.com
http://semver.org/

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2017-06-20
### Added
- New visual identity by @tylerfortune8.
- Version navigation.
- Links to latest released version in previous versions.
- "Why keep a changelog?" section.
- "Who needs a changelog?" section.
- "How do I make a changelog?" section.
- "Frequently Asked Questions" section.
- New "Guiding Principles" sub-section to "How do I make a changelog?".
- Simplified and Traditional Chinese translations from @tianshuo.
- German translation from @mpbzh & @Art4.
- Italian translation from @azkidenz.
- Swedish translation from @magol.
- Turkish translation from @karalamalar.
- French translation from @zapashcanon.
- Brazilian Portugese translation from @aisamu.
- Polish translation from @amielucha.
- Russian translation from @aishek.
- Czech translation from @h4vry.
- Slovak translation from @jkostolansky.

### Changed
- Start using "changelog" over "change log" since it's the common usage.
- Start versioning based on the current English version at 0.3.0 to help
translation authors keep things up-to-date.
- Rewrite "What makes unicorns cry?" section.
- Rewrite "Ignoring Deprecations" sub-section to clarify the ideal
  scenario.
- Improve "Commit log diffs" sub-section to further argument against
  them.
- Merge "Why can’t people just use a git log diff?" with "Commit log
  diffs"
- Fix typos in Simplified Chinese and Traditional Chinese translations.
- Fix typos in Brazilian Portugese translation.
- Fix typos in Turkish translation.
- Fix typos in Czech translation.
- Fix typos in Swedish translation.
- Improve phrasing in French translation.
- Fix phrasing and spelling in German translation.

### Removed
- Section about "changelog" vs "CHANGELOG".

## [0.3.0] - 2015-12-03
### Added
- RU translation from @aishek.
- pt-BR translation from @tallesl.
- es-ES translation from @ZeliosAriex.

## [0.2.0] - 2015-10-06
### Changed
- Remove exclusionary mentions of "open source" since this project can
benefit both "open" and "closed" source projects equally.

## [0.1.0] - 2015-10-06
### Added
- Answer "Should you ever rewrite a change log?".

### Changed
- Improve argument against commit logs.
- Start following [SemVer](http://semver.org) properly.

## [0.0.8] - 2015-02-17
### Changed
- Update year to match in every README example.
- Reluctantly stop making fun of Brits only, since most of the world
  writes dates in a strange way.

### Fixed
- Fix typos in recent README changes.
- Update outdated unreleased diff link.

## [0.0.7] - 2015-02-16
### Added
- Link, and make it obvious that date format is ISO 8601.

### Changed
- Clarified the section on "Is there a standard change log format?".

### Fixed
- Fix Markdown links to tag comparison URL with footnote-style links.

## [0.0.6] - 2014-12-12
### Added
- README section on "yanked" releases.

## [0.0.5] - 2014-08-09
### Added
- Markdown links to version tags on release headings.
- Unreleased section to gather unreleased changes and encourage note
keeping prior to releases.

## [0.0.4] - 2014-08-09
### Added
- Better explanation of the difference between the file ("CHANGELOG")
and its function "the change log".

### Changed
- Refer to a "change log" instead of a "CHANGELOG" throughout the site
to differentiate between the file and the purpose of the file — the
logging of changes.

### Removed
- Remove empty sections from CHANGELOG, they occupy too much space and
create too much noise in the file. People will have to assume that the
missing sections were intentionally left out because they contained no
notable changes.

## [0.0.3] - 2014-08-09
### Added
- "Why should I care?" section mentioning The Changelog podcast.

## [0.0.2] - 2014-07-10
### Added
- Explanation of the recommended reverse chronological release ordering.

## 0.0.1 - 2014-05-31
### Added
- This CHANGELOG file to hopefully serve as an evolving example of a
  standardized open source project CHANGELOG.
- CNAME file to enable GitHub Pages custom domain
- README now contains answers to common questions about CHANGELOGs
- Good examples and basic guidelines, including proper date formatting.
- Counter-examples: "What makes unicorns cry?"

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0
[0.3.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.8...v0.1.0
[0.0.8]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.1...v0.0.2

如何更改船长-日志级别(代码片段)

我想知道如何更改船长日志的级别。我有一个非常简单的项目,https://github.com/balderdashy/captains-log没有关于此的文档。答案你可以尝试这样的事情:varwinston=require('winston');winston.setLevels(crit:1,error:2,warn:3,info:4,debug:5,verbose:6);varcustomLo... 查看详情

在 SP 中先前更改日志详细信息的末尾附加字符串

】在SP中先前更改日志详细信息的末尾附加字符串【英文标题】:AppendstringatendofpreviouschangelogdetailsinSP【发布时间】:2021-02-1404:02:43【问题描述】:我正在尝试使用C#和正则表达式添加更改日志详细信息。在下面给出的代码中,我... 查看详情

phpspatie活动日志值更改(代码片段)

查看详情

markdownliquibase:等待更改日志锁...(代码片段)

查看详情

EF Core 如何实现对值对象更改的审计日志

】EFCore如何实现对值对象更改的审计日志【英文标题】:EFCorehowtoimplementauditlogofchangestovalueobjects【发布时间】:2018-12-2410:15:27【问题描述】:我正在使用EFCore/.NETCore2.1,并遵循DDD。我需要实现对我的实体的所有更改的审核日志,... 查看详情

markdown将类添加到drupal8页面的body标记而不更改模板(代码片段)

查看详情

markdown将类添加到drupal8页面的body标记而不更改模板(代码片段)

查看详情

解析变更日志并提取版本的变更

...raversion【发布时间】:2017-03-1921:57:02【问题描述】:我在markdown中有一个更改日志文件,其中包含我的应用程序的每个版本之间的所有更改:##Version1.0.6*firstchange*secondchange*thirdchange##Version1.0.5*firstfoochang 查看详情

在标准输出上显示 INFO 级别的 python 日志而不更改源代码

】在标准输出上显示INFO级别的python日志而不更改源代码【英文标题】:ShowingINFO-levelpythonlogsonstdoutwithoutchangingsourcecode【发布时间】:2020-10-1621:23:49【问题描述】:如果我无法更改其源代码的模块显示如下内容:#foo.pyimportlogginglog... 查看详情

更改nginx日志为json格式(代码片段)

  Nginx是最常用的web服务器,其可以承受的并发访问量远远大于apache,通过将nginx保存为json格式,然后对日志进行分析展示,能够获取到很多更直观的信息,然后加以统计,可以进行更多的数据展示。log_formataccess_json‘"@ti... 查看详情

java示例代码_以编程方式更改根日志记录级别

java示例代码_以编程方式更改根日志记录级别 查看详情

日志在函数里应用模板(代码片段)

...atter)#把定义的模板添加给文件流#logger.setLevel(logging.DEBUG)#更改日志记录级别logger.addHandler(ch)#将以屏幕流方式输出日志logger.addHandler( 查看详情

字段更改的休眠审计日志

】字段更改的休眠审计日志【英文标题】:Hibernateauditlogoffields\'change【发布时间】:2019-06-2619:59:01【问题描述】:如何将实体的更改记录到日志文件中?考虑一下我有这样的Person。importorg.hibernate.envers.Audited;importjavax.persistence.Enti... 查看详情

Excel,创建自动保存/更改日志,如何?

】Excel,创建自动保存/更改日志,如何?【英文标题】:Excel,createanautomaticsave/changelog,howto?【发布时间】:2014-05-1905:34:37【问题描述】:我在一所大学任教,我开发的一项任务是在Excel中测试一些非常具体的建模技能。正因为如... 查看详情

sh更改所有子系统的go-ipfs日志级别,草稿(代码片段)

查看详情

mysql 日志记录触发器,查找更改的列

】mysql日志记录触发器,查找更改的列【英文标题】:mysqlTriggerforlogging,findchangedcolumns【发布时间】:2012-07-2406:39:51【问题描述】:我正在编写一个触发器来跟踪表中发生的所有更改。不幸的是,该表有150多列,我想避免在代码... 查看详情

更改系统日志中的日期格式

】更改系统日志中的日期格式【英文标题】:Changingdateformatinsyslog【发布时间】:2013-12-0514:08:46【问题描述】:我们是否可以更改syslog记录的特定日志文件中的日期格式?我不想改变所有日志的记录方式,而只是通过日志文件。... 查看详情

如何在 monorepo 中维护每个模块的自动更改日志?

】如何在monorepo中维护每个模块的自动更改日志?【英文标题】:HowcanImaintainanautomaticchangelogpermoduleinamonorepo?【发布时间】:2021-03-1015:41:18【问题描述】:我正在开发一个由多个git存储库组成的项目。有多个微服务、一个前端、... 查看详情