[Pkg-javascript-commits] [node-jade] 59/72: Switch to Keep A Changelog spec

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Jul 3 18:03:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to annotated tag upstream/1.0.0
in repository node-jade.

commit 42f90015c0356b082cdf49df7346225fba8e7684
Author: Rob Loach <robloach at gmail.com>
Date:   Wed Jul 22 20:59:38 2015 -0400

    Switch to Keep A Changelog spec
---
 CHANGELOG.md | 31 +++++++++++++++++++++++++++++++
 HISTORY.md   | 17 -----------------
 2 files changed, 31 insertions(+), 17 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..772727a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,31 @@
+# Change Log
+All notable changes to this project will be documented in this file.
+This project adheres to [Semantic Versioning](http://semver.org/).
+
+## [Unreleased][unreleased]
+### Changed
+- Switched to [Keep a Changelog](http://keepachangelog.com/) spec for CHANGELOG.md
+
+## [0.0.3] - 2015-07-13
+### Added
+- Added `.render()` fallbacks for `.compile()`
+
+### Changed
+- Prefers locals over options when passing a single argument to `.render()`
+- Updated dependencies
+
+## [0.0.2] - 2015-04-11
+### Added
+- Now have a logo
+- Added tests
+
+### Changed
+- Updated documentation
+
+## 0.0.1 - 2015-02-09
+### Added
+- Initial release
+
+[unreleased]: https://github.com/jstransformers/jstransformer/compare/0.0.3...HEAD
+[0.0.3]: https://github.com/jstransformers/jstransformer/compare/0.0.2...0.0.3
+[0.0.2]: https://github.com/jstransformers/jstransformer/compare/0.0.1...0.0.2
diff --git a/HISTORY.md b/HISTORY.md
deleted file mode 100644
index 5968ced..0000000
--- a/HISTORY.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Changelog
-
-## v0.0.3: 2015-07-13
-
-- Added `.render()` fallbacks for `.compile()`
-- Prefers locals over options when passing a single argument to `.render()`
-- Updated dependencies
-
-## v0.0.2: 2015-04-11
-
-- Added logo
-- Added tests
-- Updated documentation
-
-## v0.0.1: 2015-02-09
-
-- Initial release

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jade.git



More information about the Pkg-javascript-commits mailing list