Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Change changelog from rst to md (#427)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
pavolloffay authored and yurishkuro committed May 23, 2018
1 parent 41399fa commit a8394c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a8394c2

Please sign in to comment.