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

Add tags / releases to make go dep happy #9

Closed
riton opened this issue Jun 27, 2018 · 1 comment
Closed

Add tags / releases to make go dep happy #9

riton opened this issue Jun 27, 2018 · 1 comment

Comments

@riton
Copy link
Contributor

riton commented Jun 27, 2018

Hi,

We're using go dep to manage our internal projects dependencies.

We're not quite comfortable with the fact of using branch: master to track your repository as an external dependency. If you introduce breaking changes in your next commits, this would break our build pipelines.

Can you please tag your releases so that we can use static dependency expression in our Gopkg.toml file, like in:

[[constraint]]
  name = "github.com/vbatoufflet/go-livestatus"
  version = "1.0.0"

Thanks in advance !

@vbatoufflet
Copy link
Owner

Hi @riton,

Indeed, it might be useful. I just tagged the first 1.0.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants