Commit Graph

5 Commits

Author SHA1 Message Date
Tyler Yahn bc8b54dea6
Update default branch name to main (#567)
* Update default branch name to main

* Update README.md
2021-02-04 19:24:20 -05:00
Matej Gera f96a4bd1d5
Add registry link check target to Makefile (#446)
* Add registry link check target to Makefile

Signed-off-by: Matej Gera <matejgera@gmail.com>

* Apply suggestions

- Do not exit, return warning only
- Put detectors in a separate type

* Update CHANGELOG.md

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2020-12-12 05:02:47 -05:00
Anthony Mirabella 7e7d7798a8
Release v0.11.0 (#282)
* Fix non-portable sed invocation in pre_release.sh

* Fixes due to API changes

* Update CHANGELOG.md
2020-08-25 11:46:24 -04:00
ET df25cc007e
Introduce a top-level `Version()` and `SemVersion()` function (#225)
* Introduce a top-level `Version()` and `SemVersion()` function.

These are intended to be used by submodules within the repo that need
to specify an "instrumentation version" when creating a tracer or meter.

* Included PR number in CHANGELOG

* Update contrib.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* use predeclared constant regex

* Add comment about how/when Version() string is updated

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-16 11:50:09 -04:00
ET be5af6fc17
Create RELEASE instructions (#101)
Renames bump_version.sh to pre_release.sh to match main otel repo.

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-06-29 09:15:52 -07:00