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

latest release v0.6.2 windows build is not latest #44

Closed
vickey58 opened this issue Apr 1, 2016 · 3 comments
Closed

latest release v0.6.2 windows build is not latest #44

vickey58 opened this issue Apr 1, 2016 · 3 comments

Comments

@vickey58
Copy link

vickey58 commented Apr 1, 2016

Hi I downloaded the the latest release v0.6.2 windows build(windows-amd64-github-release.zip) and run the command to create git TAG from a branch using command release with parameter --target.
following is my command
github-release release --user ${GITHUB_ORGANIZATION} --repo ${GITHUB_REPO}--${VERSION_NAME} --name ${VERSION_NAME} --description "bla bla bla" --target ${BRANCH_NAME}

@neurosnap
Copy link

I'm running into the same issue with the linux build.

@aktau
Copy link
Member

aktau commented Mar 26, 2017

This is very strange. So a build that was marked as v0.6.2 did not have the option? Maybe something is wrong with my makefile. Anyway, does the current latest build show the problem?

@aktau
Copy link
Member

aktau commented Mar 27, 2017

I see what the problem is... the make release command does not clean old binaries, it re-uses them if they're already present. That's stupid, I'll get that fixed when I'm near a usable computer.

@aktau aktau closed this as completed in 11fd197 Mar 29, 2017
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

3 participants