Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release doc, changelog #82

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 0.2.0
* Collector
* Refactor scrooge specific code to zipkin-scrooge
* Refactor Scribe specific code to zipkin-scribe
* Add top annotations storage endpoints
* Hadoop
* Add job runner
* Add expensive endpoints job
* Add whale report
* Query
* Add top annotations query endpoints
* Web
* Add Scala UI (zipkin-finatra), Rails UI (zipkin-web) is deprecated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps make a note here that we don't actually fully rely on zipkin-finatra yet but that it is the future?

and will be removed in the next release
* Add static trace rendering page
* Add top annotations suggestions on search page
* Add link to static search page
* Misc
* Refactor many shared classes from zipkin-server to zipkin-common
for reuse in zipkin-finatra
* Add startup scripts

11 changes: 11 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Steps for releasing
* Update the changelog on master
* Cut the release branch
* bump to stable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe include the actual sbt/git commands here?

* package the jars
* tag
* bump the patch version
* bump to SNAPSHOT
* Back on master
* bump the minor/major version