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 #109

Closed
codewode opened this issue Mar 21, 2019 · 3 comments
Closed

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

codewode opened this issue Mar 21, 2019 · 3 comments

Comments

@codewode
Copy link

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

feature branch is not yet merged.

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

again feature branch is not yet merged.

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

@ajoberstar
Copy link
Owner

This could be related to #108 or #102. Will have to do some more research.

@ajoberstar
Copy link
Owner

Would you be able to provide a commit log with --all --graph so I can see how your commits and branches relate to each other?

I'm not sure if this is the same as either of the two issues I referenced in the previous comment.

@ajoberstar
Copy link
Owner

Closing due to lack of response. Feel free to reopen, if you want to continue discussing this.

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