8000 "go install" and other changes by dgoffredo · Pull Request #227 · DataDog/dd-opentracing-cpp · GitHub
[go: up one dir, main page]

Skip to content

Conversation

dgoffredo
Copy link
Contributor
@dgoffredo dgoffredo commented Apr 26, 2022

While working on producing a release, I noticed these improvements that could be made to the release script.

First thing to stick out was the idea that "you should use go install" is a thing.

Then I added some calls to command -v to better track command line tool dependencies of the script.

This revision also updates the library version in version.cpp to v1.3.3, since I just produced release v1.3.2.

@dgoffredo dgoffredo requested a review from cgilmour April 26, 2022 15:15

if [[ $# != 1 ]]; then
echo "Missing parameter for version number"
echo "Missing parameter for version tag (vM.m.p)"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Would this be better stated as v<major>.<minor>.<patch>?

Copy link
Contributor
@cgilmour cgilmour left a comment

Choose a reason for hiding this comment

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

Approved!

@dgoffredo dgoffredo merged commit 7f3baff into master Apr 28, 2022
@dgoffredo dgoffredo deleted the david.goffredo/tweak-release-script branch April 28, 2022 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0