Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: looser parsing of versions.txt #512

Merged
merged 3 commits into from
Aug 4, 2020
Merged

fix: looser parsing of versions.txt #512

merged 3 commits into from
Aug 4, 2020

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Aug 4, 2020

Problem

The vim quit command :q is saved at the end of one of the lines of version.txt in java-redis, see:

https://github.com/googleapis/java-redis/blob/master/versions.txt#L4

Solution

It's questionable as to whether we should deal with this type of input in release-please ... but, I figured it was an excuse to add a test for VersionsManifest.

Fixes #506

@bcoe bcoe requested a review from a team as a code owner August 4, 2020 02:35
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 4, 2020
@bcoe bcoe merged commit e4c77f4 into master Aug 4, 2020
@bcoe bcoe deleted the parser-fix branch August 4, 2020 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: Invalid Version: 1.0.0:1.0.1-SNAPSHOT
2 participants