pravega / hadoop-connectors

Apache Hadoop connectors for Pravega.
Apache License 2.0
3 stars 13 forks source link

Create release branch r0.3 (release-prep 0.3.0) #44

Closed vijikarthi closed 5 years ago

vijikarthi commented 6 years ago

Problem description In preparation of 0.3.0 release, create a release branch 0.3 and tag the current master branch to mark the pre-release commit point

git checkout master
git tag branch-0.3
git push origin branch-0.3

git checkout -b r0.3
git push origin r0.3

Problem location connector repository

Suggestions for an improvement None

vijikarthi commented 5 years ago

release branch created along with the release tag