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 releases for versions 0.2.0 and 0.2.1 #23

Open
pszufe opened this issue Feb 24, 2022 · 6 comments
Open

Missing releases for versions 0.2.0 and 0.2.1 #23

pszufe opened this issue Feb 24, 2022 · 6 comments

Comments

@pszufe
Copy link
Contributor

pszufe commented Feb 24, 2022

Hi, it looks like the versions 0.2.0 and 0.2.1 have never been released.
I would like to use this library with Graphs.jl but it seems this can be only done when using #master.

@oxinabox
Copy link
Owner

They seem to be registered to me
JuliaRegistries/General@b31cdbe

@pszufe
Copy link
Contributor Author

pszufe commented Feb 25, 2022

Hi,
here is my session with a fresh empty JULIA_DEPOT_PATH running Julia 1.7.2.
I can install 0.1.0 but neither 0.2.0 nor 0.2.1 are available:

(@v1.7) pkg> add LayeredLayouts#v0.1.0
...
Precompiling project...
  61 dependencies successfully precompiled in 168 seconds

(@v1.7) pkg> add LayeredLayouts#v0.2.0
    Updating git-repo `https://github.com/oxinabox/LayeredLayouts.jl.git`
ERROR: Did not find rev v0.2.0 in repository

(@v1.7) pkg> add LayeredLayouts#v0.2.1
    Updating git-repo `https://github.com/oxinabox/LayeredLayouts.jl.git`
ERROR: Did not find rev v0.2.1 in repository

It looks like release tags are missing here: https://github.com/oxinabox/LayeredLayouts.jl/releases
pkg> add LayeredLayouts installs indeed the version 0.2.1 but the version tags do not seem to work

@pszufe
Copy link
Contributor Author

pszufe commented Mar 9, 2022

Hi, what about clicking at: https://github.com/oxinabox/LayeredLayouts.jl/actions/workflows/TagBot.yml
and selecting "Enable this workflow".
It simply looks that the workflow is sleeping so the releases are not appearing automatically. Could you try that?

@oxinabox
Copy link
Owner

I have now updated tag bot, and manually triggered it.
It doesn't seem to have created the releases.
I think it might do so next time i register a release.


Anyways though, you should use @ to install particular versions.
# is for installing a particular branch.
So this is indeed why it isn't working for you with the tags not created.
(since a tag is basically a branch).
using @ works fine

(jl_e4DSZG) pkg> add LayeredLayouts@0.2.0
   Resolving package versions...
   Installed ArnoldiMethod ── v0.2.0
   Installed Graphs ───────── v1.6.0
   Installed LayeredLayouts ─ v0.2.0
    Updating `/tmp/jl_e4DSZG/Project.toml`
  [f4a74d36] + LayeredLayouts v0.2.0
    Updating `/tmp/jl_e4DSZG/Manifest.t
    ```

@oxinabox
Copy link
Owner

these are still missing, I don't know why TagBot isn't back filling these, but I am not going to find time to fix it.
it is increasingly irrelevant now that we have released v0.2.4

@oxinabox
Copy link
Owner

oxinabox commented May 17, 2022

Ah it is because the missing release is >3 days old
We can fix this by editting the tagbot look back period to be like 1000 days
https://github.com/JuliaRegistries/TagBot#lookback-period
letting it tag,
and then editting it back

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