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

Missing tag 1.3.0 #199

Open
bwan-nan opened this issue May 10, 2024 · 1 comment
Open

Missing tag 1.3.0 #199

bwan-nan opened this issue May 10, 2024 · 1 comment

Comments

@bwan-nan
Copy link

Hello! 👋 Is it possible to create release tag 1.3.0 or 1.2.1 please? I am referencing this package in my project as follows:

defp deps do
  {:paginator, "~> 1.2.0"}
end

but there are several commits including this PR that are not tagged yet.

I did change my deps definition to: {:paginator, git: "git@github.com:duffelhq/paginator.git", branch: "main"} but I think it would be better to just create a new tag because I would not want major updates to break my code 🙏

@freemer
Copy link

freemer commented Oct 23, 2024

@bwan-nan Just a heads up that you can also point to a specific commit in your mix.exs file like so:

{:paginator, github: "duffelhq/paginator", commit: "96ef4bfee8182ea99d225d4e32190d6857c29d10"}

which will avoid the issue of updates to main breaking your code.

The downside to both these approaches is that using git instead of hex to pull in a dep doesn't populate the dep's dependencies in the mix.lock, so ... bump! :D

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