GoogleCloudPlatform / pontem

Open source tools for Google Cloud Storage and Databases.
Apache License 2.0
63 stars 15 forks source link

[Spanner Backup & Restore] Codify pontem's version #79

Open mirons-google opened 6 years ago

mirons-google commented 6 years ago

As we create releases for pontem, we should update (as part of the commits in the release) a change to a global string in pontem that tracks the version.

Then src/main/java/com/google/cloud/pontem/Util.java#L81 should reference that global version string so things between it and util.java stay in sync.

EricBeach commented 6 years ago

Is there a pipeline, etc. that we can use to run tests for this against a release candidate? (I'm looking for a way to automate this instead of just human dependent and I don't see one looking around in GitHub).

nagarkar commented 5 years ago

Eric, is this still relevant? Is this something an external contributor could do (label with help-wanted/good-first-issue)?

EricBeach commented 5 years ago

I am not sure how relevant it is since we now have so many different subprojects.

nagarkar commented 5 years ago

I'll close it in that case. Well probably need a new cross platform way to track releases and doing it just for one tool probably isn't the right default option anymore. Michael feel free to reopen if you disagree.