forked from prometheus/client_golang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This ends a long time of not really tagging versions (as it didn't make a lot of sense - we could have tagged every commit with a new minor release essentially). I still worked through the git log and GH issues to create a nice CHANGELOG.md. As dependency management tools really love version tags these days, I plan to tag more often from now on. The ideas behind the pre-1.0 version numbers are explained in the README.md as changed in this commit. I also changed the issue template accordingly. Signed-off-by: beorn7 <[email protected]>
- Loading branch information
beorn7
committed
Oct 15, 2018
1 parent
0b47a5c
commit b2c0ab4
Showing
4 changed files
with
118 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,30 @@ | ||
<!-- | ||
If you are unhappy how your favorite Go dependency management tool deals | ||
with this repository, please do not file an issue but read | ||
https://github.com/prometheus/client_golang#important-note-about-releases-versioning-tagging-stability-and-your-favorite-go-dependency-management-tool | ||
instead. Thank you very much. | ||
For bug reports, please provide the version or the Git commit hash for | ||
which you have observed the behavior in question. | ||
Note that we use GitHub issues for bugs and (uncontroversial) feature | ||
requests (see below for details). | ||
Please do *NOT* ask usage questions in GitHub issues. Usage questions make | ||
most sense on the users mailing list, where more people are available to | ||
potentially respond to your question, and the whole community can benefit | ||
from the answers provided (perhaps your question has already been answered, | ||
search the archive to find out): | ||
https://groups.google.com/forum/#!forum/prometheus-users | ||
While a GitHub issue is fine to track progress on an uncontroversial | ||
feature request, many feature requests touch the best practices and | ||
concepts of Prometheus as a whole and need to be discussed with the wider | ||
developer community first. This is in particular true for a request to | ||
reconsider a prior rejection of a feature request. Those overarching | ||
discussions happen on the developer mailing list (GitHub issues, in | ||
particular closed ones, are not tracked by the wider developer community | ||
and thus inadequate): | ||
https://groups.google.com/forum/#!forum/prometheus-developers | ||
You can find more information at: https://prometheus.io/community/ | ||
--> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.8.0 | ||
0.9.0 |