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 upgrades #39

Merged
merged 2 commits into from
Nov 17, 2018
Merged

Fix upgrades #39

merged 2 commits into from
Nov 17, 2018

Conversation

jbszczepaniak
Copy link
Contributor

Fixes #38
This pull requests does 2 things:

  1. fixes upgrades - before goreleaser was creating build with version which wasn't including v from github tag, then when ax wanted to upgrade it was comparing this version without v with github tag. This caused situation where ax thought there is new version (v0.3.2 != 0.3.2) where there was no new version
  2. changes names of archives to include v in version name

With these changes version == tag. It is consistent.

@jbszczepaniak jbszczepaniak merged commit f2152b5 into egnyte:master Nov 17, 2018
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

Successfully merging this pull request may close these issues.

Fix upgrades.
2 participants