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 #1

Open
brendanjohnharris opened this issue Aug 5, 2022 · 33 comments
Open

Register #1

brendanjohnharris opened this issue Aug 5, 2022 · 33 comments

Comments

@brendanjohnharris
Copy link
Owner

@JuliaRegistrator register please

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/65680

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>" cc0473c696bce605ade617d305218fcb96e9a37b
git push origin v0.1.0

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/65680

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>" cc0473c696bce605ade617d305218fcb96e9a37b
git push origin v0.1.0

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/65680

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>" 445346d2f566c1090a32caac4bcc5e7bb5adf264
git push origin v0.1.0

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/68531

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.2.1 -m "<description of version>" 23853210a5c73d665b842c69d9b69a2871a52e95
git push origin v0.2.1

Also, note the warning: Version 0.2.1 skips over 0.2.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

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

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/68532

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.2.2 -m "<description of version>" 953529c3fbab6aaaf1f3093c362f0a8870b52f9e
git push origin v0.2.2

Also, note the warning: Version 0.2.2 skips over 0.2.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@simsurace
Copy link
Contributor

Hi, version 0.2.2 does not seem to have been registered:
JuliaRegistries/General#68532
Could you please try again, after registering 0.2.0 also?

@brendanjohnharris
Copy link
Owner Author

Sorry for that, still getting my head around the registration process. I think I've managed to put things in working order now, with only a small amount of git --blasphemy. Thanks for the reminder :)

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/84808

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.3.3 -m "<description of version>" 67aa71a8a1a91dd09b367fac75daaacb9501c3ea
git push origin v0.3.3

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/85631

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.4.0 -m "<description of version>" b7777f6f7838c4e00fa083c0e5098f6a1cffa8f7
git push origin v0.4.0

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

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

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/89573

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.5.0 -m "<description of version>" edb9604b989b32f98faa10929bc79f19888e35a3
git push origin v0.5.0

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

  • Fix bugs relating to Float32 arrays and robust normalization

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/100195

Tagging

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.6.0 -m "<description of version>" 83e6c9e3d3979d5428432fc5216f570ca8f0162c
git push origin v0.6.0

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

Release Notes

  • Added HalfZScore

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/102452

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.6.1 -m "<description of version>" 885d4509148eee1423766ade050025a552f833b4
git push origin v0.6.1

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/106526

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.7.0 -m "<description of version>" e6a8e608370ae8a547d66231bd37ce53c7700e77
git push origin v0.7.0

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

Release Notes:

  • Fix for DimensionalData v0.27

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/106736

Tagging

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.7.1 -m "<description of version>" b88d984ad2ffe6146dc05ed0611ad886e5a2d38e
git push origin v0.7.1

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

  • Update compat for DimensionalData v0.28

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/115262

Tagging

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.7.2 -m "<description of version>" e43d27abb1893ec4a89a90a8d752de6b0fe5a647
git push origin v0.7.2

@brendanjohnharris
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

  • Update for DimensionalData v0.29

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/118631

Tagging

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.7.3 -m "<description of version>" 8d7d0e338b242d77d269ca2b4882b93406eecf42
git push origin v0.7.3

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

3 participants