From 9e3cb6498d3194fd1106dd27a8a7b1d2c4287dea Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Sat, 21 Apr 2018 23:13:42 +0200 Subject: [PATCH] Switch to keep-a-changelog format --- CHANGELOG.md | 9 +++++++++ MAINTAINING.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..1977d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +[Unreleased]: https://github.com/ntzwrk/blockstack.ts/compare/master...develop diff --git a/MAINTAINING.md b/MAINTAINING.md index a7dd62f..be6ca0e 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -23,7 +23,7 @@ Also don't forget to [add a new release](https://github.com/ntzwrk/blockstack.ts * [ ] Builds successfully * [ ] Tests (and integration tests) run through * [ ] Generated documentation -* [ ] Updated the changelog +* [ ] Updated the changelog (move "Unreleased" section to new version) * [ ] Checked/updated old ressources (examples, tutorials, etc) * [ ] Pushed version to NPM * [ ] Added new release on GitHub