mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-29 16:54:12 +02:00
Pin format spec major versions
You can only comply with a specification if you know it. Since new versions can are released without users knowing it immediately the only valid option is to pin the specification version which you know you comply with. Ref: https://github.com/olivierlacan/keep-a-changelog/issues/103 Used by: https://github.com/debops/
This commit is contained in:
parent
c6e10cdf81
commit
b5cf0e7122
@ -1,8 +1,8 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user