Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upDiesel CLI should be released when `diesel` is released #1036
Comments
This comment has been minimized.
|
We don't bump the patch versions of something when nothing has changed. We'll only do that for major/minor versions. |
sgrif
closed this
Jul 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
skade commentedJul 23, 2017
Setup
Versions
Feature Flags
Problem Description
When configuring https://elements.heroku.com/buildpacks/sgrif/heroku-buildpack-diesel, I used the version of the diesel library we use (0.14.1) as
.diesel_version, only to figure out that there's nodiesel_cliversion for that library version. It's surprising that the CLI and the library are not released in equal steps, so that within the frameworks, multiple user-facing components need to be used in different versions.I admit that this is a speedbump, but speedbumps make smooth driving annoying.
What are you trying to accomplish?
I'm still not sure.
What is the expected output?
No email from Heroku that the build failed.
What is the actual output?
An email from Heroku that the build failed.
Are you seeing any additional errors?
No.
Steps to reproduce
Checklist