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

Reckoned version 0.1.0-rc.1 has already been released #295

Closed
codewode opened this issue Mar 20, 2019 · 2 comments
Closed

Reckoned version 0.1.0-rc.1 has already been released #295

codewode opened this issue Mar 20, 2019 · 2 comments

Comments

@codewode
Copy link

codewode commented Mar 20, 2019

From a release branch let's say release/6.0.x, I have created a feature branch called as feature/api-post-data and then executed the following command

./gradlew clean build reckonTagPush -Preckon.stage=rc
this has created a tag

0.1.0-rc.1

then again from release/6.0.x I have created another feature branch called as
feature/api-delete-data and then executed the following command

./gradlew clean build reckonTagPush -Preckon.stage=rc
this has created a tag

0.2.0-rc.1

now, I decided to make some changes in feature/api-delete-data and committed them, then I executed again
./gradlew clean build reckonTagPush -Preckon.stage=rc

which gives me following error

FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':library:compileJava'. Could not resolve all dependencies for configuration ':library:compileClasspath'. Reckoned version 0.1.0-rc.1 has already been released.

what am I doing wrong? I was expecting that it will bump up to a new version let's say

0.2.0-rc.2

@Riggs333
Copy link

I'll assume you wanted to create this issue in the project https://github.com/ajoberstar/reckon, right?

@codewode
Copy link
Author

codewode commented Mar 21, 2019

I'll assume you wanted to create this issue in the project https://github.com/ajoberstar/reckon, right?

You're right.
i am posting to to reckon
ajoberstar/reckon#109

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

No branches or pull requests

2 participants