From a8394c2b54542fc40b8fa99122fa9b2f5d59a1b3 Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Wed, 23 May 2018 16:41:17 +0200 Subject: [PATCH] Change changelog from rst to md (#427) * be consistent with other docs files in this repository and jaeger org * use md syntax so it can be copied to github release page Signed-off-by: Pavol Loffay --- CHANGELOG.rst => CHANGELOG.md | 0 RELEASE.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CHANGELOG.rst => CHANGELOG.md (100%) diff --git a/CHANGELOG.rst b/CHANGELOG.md similarity index 100% rename from CHANGELOG.rst rename to CHANGELOG.md diff --git a/RELEASE.md b/RELEASE.md index 33d48c8e3..0ca930cfd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,7 +5,7 @@ The release process consists of these steps: 1. Create a pull request with: * Change the version in [`build.gradle`](build.gradle) to match the release version e.g. `0.20.0` - * Add an entry to [`CHANGELOG`](CHANGELOG.rst) with changes since the last release + * Add an entry to [`CHANGELOG`](CHANGELOG.md) with changes since the last release 1. Commit your `CHANGELOG` changes 1. Create and push tag with the new version `git tag v0.20.0 && git push origin v0.20.0` 1. Once the *tag* build finishes in Travis, the artifacts should have been uploaded to Sonatype staging,