Nathan Rebours
Nathan Rebours
I don't think it's constructing it, it's probably just using the dev-repo field: https://github.com/reasonml/reason/blob/master/reason.opam#L8. Have you tried changing it to `git+https`?
No worries, we could have special rewriting of those URLs for github, knowing they dropped support for this protocol but I think it's best not to to make sure users...
That'd be good indeed! If you feel like contributing I'm happy to guide you through it!
I ran into this bug yesterday as well! I'll investigate straight away.
Thanks for reporting this! If you're not asked for a token, it must mean that you already set one at some point in the past. You can try looking for...
Yeah the documentation needs to improve here along with the tooling, i.e. using `dune-release config` for this rather than removing the file by hand. It would also be nice to...
Thanks for reporting this. Could you give a bit more context so we can properly reproduce and fix this? - Which version of dune-release are you running? - Which dune-release...
The tag step will always need a changelog it can parse because its only purpose is to create a tag from the latest changelog entry. You can simply tag the...
I had something like `main_package_name: Pkg.t -> string` or main_package_name: Repo.t -> string` in mind since that's what we want here right? We might need more than the name and...
Dune does not offer proper parsing utilities unfortunately but using a porper sexp parser should fix this and we're planning on incorporating one for 2.0.0. This bug won't show up...