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

Register deeply nested package #3

Closed
SebRollen opened this issue Apr 24, 2020 · 4 comments
Closed

Register deeply nested package #3

SebRollen opened this issue Apr 24, 2020 · 4 comments

Comments

@SebRollen
Copy link
Owner

Final test is to try to register a package that is very deeply nested. The tag created should be PackageB-v0.1.0
@RollenRegistratorBot register subdir=very/nested/dir/PackageB

@RollenRegistratorBot
Copy link
Collaborator

Error while trying to register: "Tag with name 0.1.0 already exists and points to a different commit"

@SebRollen
Copy link
Owner Author

SebRollen commented Apr 24, 2020

Well, I'm glad I tested that. This error should now (hopefully) be fixed in this commit: JuliaRegistries/Registrator.jl@21ab6bb

@SebRollen
Copy link
Owner Author

@RollenRegistratorBot register subdir=very/nested/dir/PackageB

@RollenRegistratorBot
Copy link
Collaborator

Registration pull request created: SebRollen/TestRegistry/3

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 2d1eb359187311b345c37fbd55597cc5409f4b67
git push origin v0.1.0

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