Skip to content

Commit

Permalink
Update changelog and fix small issue in releasing file (open-telemetr…
Browse files Browse the repository at this point in the history
…y#134)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Mar 24, 2020
1 parent 6a4eb2f commit e6c3c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

## Unreleased

## 0.3.0 - 2020-03-23

- Initial protos for trace, metrics, resource and OTLP.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the
git checkout v$MAJOR.$MINOR.x
git pull upstream v$MAJOR.$MINOR.x
git tag -a v$MAJOR.$MINOR.$PATCH -m "Version $MAJOR.$MINOR.$PATCH"
git push upstream v$MAJOR.$MINOR.x
git push upstream v$MAJOR.$MINOR.$PATCH
```
## Patch Release
Expand Down

0 comments on commit e6c3c4a

Please sign in to comment.